Class: Aws::Types::AssociateConnectionsToResiliencyGroupRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def client_token
  @client_token
end

#connection_identifiers::Array[::String]

Returns the value of attribute connection_identifiers.

Returns:

  • (::Array[::String])


82
83
84
# File 'sig/types.rbs', line 82

def connection_identifiers
  @connection_identifiers
end

#resiliency_group_id::String

Returns the value of attribute resiliency_group_id.

Returns:

  • (::String)


83
84
85
# File 'sig/types.rbs', line 83

def resiliency_group_id
  @resiliency_group_id
end