Class: Aws::Types::CreateSecondarySubnetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#availability_zone::String

Returns the value of attribute availability_zone.

Returns:

  • (::String)


3103
3104
3105
# File 'sig/types.rbs', line 3103

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


3104
3105
3106
# File 'sig/types.rbs', line 3104

def availability_zone_id
  @availability_zone_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3102
3103
3104
# File 'sig/types.rbs', line 3102

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3105
3106
3107
# File 'sig/types.rbs', line 3105

def dry_run
  @dry_run
end

#ipv_4_cidr_block::String

Returns the value of attribute ipv_4_cidr_block.

Returns:

  • (::String)


3106
3107
3108
# File 'sig/types.rbs', line 3106

def ipv_4_cidr_block
  @ipv_4_cidr_block
end

#secondary_network_id::String

Returns the value of attribute secondary_network_id.

Returns:

  • (::String)


3107
3108
3109
# File 'sig/types.rbs', line 3107

def secondary_network_id
  @secondary_network_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3108
3109
3110
# File 'sig/types.rbs', line 3108

def tag_specifications
  @tag_specifications
end