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)


17585
17586
17587
# File 'sig/types.rbs', line 17585

def cidr
  @cidr
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17588
17589
17590
# File 'sig/types.rbs', line 17588

def description
  @description
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17587
17588
17589
# File 'sig/types.rbs', line 17587

def owner_id
  @owner_id
end

#reservation_type"prefix", "explicit"

Returns the value of attribute reservation_type.

Returns:

  • ("prefix", "explicit")


17586
17587
17588
# File 'sig/types.rbs', line 17586

def reservation_type
  @reservation_type
end

#subnet_cidr_reservation_id::String

Returns the value of attribute subnet_cidr_reservation_id.

Returns:

  • (::String)


17583
17584
17585
# File 'sig/types.rbs', line 17583

def subnet_cidr_reservation_id
  @subnet_cidr_reservation_id
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


17584
17585
17586
# File 'sig/types.rbs', line 17584

def subnet_id
  @subnet_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17589
17590
17591
# File 'sig/types.rbs', line 17589

def tags
  @tags
end