Struct rusoto_opsworks::DescribeRdsDbInstancesRequest[][src]

pub struct DescribeRdsDbInstancesRequest {
    pub rds_db_instance_arns: Option<Vec<String>>,
    pub stack_id: String,
}

Fields

An array containing the ARNs of the instances to be described.

The stack ID that the instances are registered with. The operation returns descriptions of all registered Amazon RDS instances.

Trait Implementations

impl Default for DescribeRdsDbInstancesRequest
[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeRdsDbInstancesRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeRdsDbInstancesRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeRdsDbInstancesRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations