Class: Aws::Types::VpcCidrBlockAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_id::String

Returns the value of attribute association_id.

Returns:

  • (::String)


18998
18999
19000
# File 'sig/types.rbs', line 18998

def association_id
  @association_id
end

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


18999
19000
19001
# File 'sig/types.rbs', line 18999

def cidr_block
  @cidr_block
end

#cidr_block_stateTypes::VpcCidrBlockState

Returns the value of attribute cidr_block_state.



19000
19001
19002
# File 'sig/types.rbs', line 19000

def cidr_block_state
  @cidr_block_state
end