Class: Aws::Types::ResiliencyGroupAssociation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#connection_arn::String

Returns the value of attribute connection_arn.

Returns:

  • (::String)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def connection_arn
  @connection_arn
end

#resiliency_group_id::String

Returns the value of attribute resiliency_group_id.

Returns:

  • (::String)


1009
1010
1011
# File 'sig/types.rbs', line 1009

def resiliency_group_id
  @resiliency_group_id
end

#state"associating", ...

Returns the value of attribute state.

Returns:

  • ("associating", "associated", "disassociating", "disassociated")


1011
1012
1013
# File 'sig/types.rbs', line 1011

def state
  @state
end