Class: Aws::Types::SubnetCidrReservation

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)


18242
18243
18244
# File 'sig/types.rbs', line 18242

def cidr
  @cidr
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


18245
18246
18247
# File 'sig/types.rbs', line 18245

def description
  @description
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


18244
18245
18246
# File 'sig/types.rbs', line 18244

def owner_id
  @owner_id
end

#reservation_type"prefix", "explicit"

Returns the value of attribute reservation_type.

Returns:

  • ("prefix", "explicit")


18243
18244
18245
# File 'sig/types.rbs', line 18243

def reservation_type
  @reservation_type
end

#subnet_cidr_reservation_id::String

Returns the value of attribute subnet_cidr_reservation_id.

Returns:

  • (::String)


18240
18241
18242
# File 'sig/types.rbs', line 18240

def subnet_cidr_reservation_id
  @subnet_cidr_reservation_id
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


18241
18242
18243
# File 'sig/types.rbs', line 18241

def subnet_id
  @subnet_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



18246
18247
18248
# File 'sig/types.rbs', line 18246

def tags
  @tags
end