Class: Aws::Types::UpdateResiliencyGroupRequest

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)


1168
1169
1170
# File 'sig/types.rbs', line 1168

def client_token
  @client_token
end

#resiliency_group_id::String

Returns the value of attribute resiliency_group_id.

Returns:

  • (::String)


1166
1167
1168
# File 'sig/types.rbs', line 1166

def resiliency_group_id
  @resiliency_group_id
end

#resiliency_group_name::String

Returns the value of attribute resiliency_group_name.

Returns:

  • (::String)


1167
1168
1169
# File 'sig/types.rbs', line 1167

def resiliency_group_name
  @resiliency_group_name
end