Class: Aws::Types::ReplicationSubnetGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#is_read_onlyBoolean

Returns the value of attribute is_read_only.

Returns:

  • (Boolean)


2573
2574
2575
# File 'sig/types.rbs', line 2573

def is_read_only
  @is_read_only
end

#replication_subnet_group_description::String

Returns the value of attribute replication_subnet_group_description.

Returns:

  • (::String)


2568
2569
2570
# File 'sig/types.rbs', line 2568

def replication_subnet_group_description
  @replication_subnet_group_description
end

#replication_subnet_group_identifier::String

Returns the value of attribute replication_subnet_group_identifier.

Returns:

  • (::String)


2567
2568
2569
# File 'sig/types.rbs', line 2567

def replication_subnet_group_identifier
  @replication_subnet_group_identifier
end

#subnet_group_status::String

Returns the value of attribute subnet_group_status.

Returns:

  • (::String)


2570
2571
2572
# File 'sig/types.rbs', line 2570

def subnet_group_status
  @subnet_group_status
end

#subnets::Array[Types::Subnet]

Returns the value of attribute subnets.

Returns:



2571
2572
2573
# File 'sig/types.rbs', line 2571

def subnets
  @subnets
end

#supported_network_types::Array[::String]

Returns the value of attribute supported_network_types.

Returns:

  • (::Array[::String])


2572
2573
2574
# File 'sig/types.rbs', line 2572

def supported_network_types
  @supported_network_types
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


2569
2570
2571
# File 'sig/types.rbs', line 2569

def vpc_id
  @vpc_id
end