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)


3299
3300
3301
# File 'sig/types.rbs', line 3299

def cidr
  @cidr
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


3301
3302
3303
# File 'sig/types.rbs', line 3301

def description
  @description
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


3302
3303
3304
# File 'sig/types.rbs', line 3302

def dry_run
  @dry_run
end

#reservation_type"prefix", "explicit"

Returns the value of attribute reservation_type.

Returns:

  • ("prefix", "explicit")


3300
3301
3302
# File 'sig/types.rbs', line 3300

def reservation_type
  @reservation_type
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


3298
3299
3300
# File 'sig/types.rbs', line 3298

def subnet_id
  @subnet_id
end

#tag_specifications::Array[Types::TagSpecification]

Returns the value of attribute tag_specifications.

Returns:



3303
3304
3305
# File 'sig/types.rbs', line 3303

def tag_specifications
  @tag_specifications
end