Class: Aws::Types::SecondaryNetworkIpv4CidrBlockAssociation

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)


16914
16915
16916
# File 'sig/types.rbs', line 16914

def association_id
  @association_id
end

#cidr_block::String

Returns the value of attribute cidr_block.

Returns:

  • (::String)


16915
16916
16917
# File 'sig/types.rbs', line 16915

def cidr_block
  @cidr_block
end

#state"associating", ...

Returns the value of attribute state.

Returns:

  • ("associating", "associated", "association-failed", "disassociating", "disassociated", "disassociation-failed")


16916
16917
16918
# File 'sig/types.rbs', line 16916

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


16917
16918
16919
# File 'sig/types.rbs', line 16917

def state_reason
  @state_reason
end