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)


3215
3216
3217
# File 'sig/types.rbs', line 3215

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


3216
3217
3218
# File 'sig/types.rbs', line 3216

def availability_zone_id
  @availability_zone_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3214
3215
3216
# File 'sig/types.rbs', line 3214

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3217
3218
3219
# File 'sig/types.rbs', line 3217

def dry_run
  @dry_run
end

#ipv_4_cidr_block::String

Returns the value of attribute ipv_4_cidr_block.

Returns:

  • (::String)


3218
3219
3220
# File 'sig/types.rbs', line 3218

def ipv_4_cidr_block
  @ipv_4_cidr_block
end

#secondary_network_id::String

Returns the value of attribute secondary_network_id.

Returns:

  • (::String)


3219
3220
3221
# File 'sig/types.rbs', line 3219

def secondary_network_id
  @secondary_network_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3220
3221
3222
# File 'sig/types.rbs', line 3220

def tag_specifications
  @tag_specifications
end