Class: Aws::Types::CreateSubnetCidrReservationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cidr::String

Returns the value of attribute cidr.

Returns:

  • (::String)


3187
3188
3189
# File 'sig/types.rbs', line 3187

def cidr
  @cidr
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3189
3190
3191
# File 'sig/types.rbs', line 3189

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3190
3191
3192
# File 'sig/types.rbs', line 3190

def dry_run
  @dry_run
end

#reservation_type"prefix", "explicit"

Returns the value of attribute reservation_type.

Returns:

  • ("prefix", "explicit")


3188
3189
3190
# File 'sig/types.rbs', line 3188

def reservation_type
  @reservation_type
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


3186
3187
3188
# File 'sig/types.rbs', line 3186

def subnet_id
  @subnet_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3191
3192
3193
# File 'sig/types.rbs', line 3191

def tag_specifications
  @tag_specifications
end