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)


3265
3266
3267
# File 'sig/types.rbs', line 3265

def availability_zone
  @availability_zone
end

#availability_zone_id::String

Returns the value of attribute availability_zone_id.

Returns:

  • (::String)


3266
3267
3268
# File 'sig/types.rbs', line 3266

def availability_zone_id
  @availability_zone_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


3264
3265
3266
# File 'sig/types.rbs', line 3264

def client_token
  @client_token
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3267
3268
3269
# File 'sig/types.rbs', line 3267

def dry_run
  @dry_run
end

#ipv_4_cidr_block::String

Returns the value of attribute ipv_4_cidr_block.

Returns:

  • (::String)


3268
3269
3270
# File 'sig/types.rbs', line 3268

def ipv_4_cidr_block
  @ipv_4_cidr_block
end

#secondary_network_id::String

Returns the value of attribute secondary_network_id.

Returns:

  • (::String)


3269
3270
3271
# File 'sig/types.rbs', line 3269

def secondary_network_id
  @secondary_network_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3270
3271
3272
# File 'sig/types.rbs', line 3270

def tag_specifications
  @tag_specifications
end