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)


17326
17327
17328
# File 'sig/types.rbs', line 17326

def group_id
  @group_id
end

#group_owner_id::String

Returns the value of attribute group_owner_id.

Returns:

  • (::String)


17331
17332
17333
# File 'sig/types.rbs', line 17331

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")


17329
17330
17331
# File 'sig/types.rbs', line 17329

def state
  @state
end

#state_reason::String

Returns the value of attribute state_reason.

Returns:

  • (::String)


17330
17331
17332
# File 'sig/types.rbs', line 17330

def state_reason
  @state_reason
end

#vpc_id::String

Returns the value of attribute vpc_id.

Returns:

  • (::String)


17327
17328
17329
# File 'sig/types.rbs', line 17327

def vpc_id
  @vpc_id
end

#vpc_owner_id::String

Returns the value of attribute vpc_owner_id.

Returns:

  • (::String)


17328
17329
17330
# File 'sig/types.rbs', line 17328

def vpc_owner_id
  @vpc_owner_id
end