Class: Aws::Types::SecurityGroupVpcAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


17029
17030
17031
# File 'sig/types.rbs', line 17029

def group_id
  @group_id
end

#group_owner_id::String

Returns the value of attribute group_owner_id.

Returns:

  • (::String)


17034
17035
17036
# File 'sig/types.rbs', line 17034

def group_owner_id
  @group_owner_id
end

#state"associating", ...

Returns the value of attribute state.

Returns:

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


17032
17033
17034
# File 'sig/types.rbs', line 17032

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


17033
17034
17035
# File 'sig/types.rbs', line 17033

def state_reason
  @state_reason
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


17030
17031
17032
# File 'sig/types.rbs', line 17030

def vpc_id
  @vpc_id
end

#vpc_owner_id::String

Returns the value of attribute vpc_owner_id.

Returns:

  • (::String)


17031
17032
17033
# File 'sig/types.rbs', line 17031

def vpc_owner_id
  @vpc_owner_id
end