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)


17882
17883
17884
# File 'sig/types.rbs', line 17882

def cidr
  @cidr
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


17885
17886
17887
# File 'sig/types.rbs', line 17885

def description
  @description
end

#owner_id::String

Returns the value of attribute owner_id.

Returns:

  • (::String)


17884
17885
17886
# File 'sig/types.rbs', line 17884

def owner_id
  @owner_id
end

#reservation_type"prefix", "explicit"

Returns the value of attribute reservation_type.

Returns:

  • ("prefix", "explicit")


17883
17884
17885
# File 'sig/types.rbs', line 17883

def reservation_type
  @reservation_type
end

#subnet_cidr_reservation_id::String

Returns the value of attribute subnet_cidr_reservation_id.

Returns:

  • (::String)


17880
17881
17882
# File 'sig/types.rbs', line 17880

def subnet_cidr_reservation_id
  @subnet_cidr_reservation_id
end

#subnet_id::String

Returns the value of attribute subnet_id.

Returns:

  • (::String)


17881
17882
17883
# File 'sig/types.rbs', line 17881

def subnet_id
  @subnet_id
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



17886
17887
17888
# File 'sig/types.rbs', line 17886

def tags
  @tags
end