Class: Aws::Types::CreateResiliencyGroupRequest

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)


350
351
352
# File 'sig/types.rbs', line 350

def client_token
  @client_token
end

#intended_resiliency_model"maximum-resiliency", ...

Returns the value of attribute intended_resiliency_model.

Returns:

  • ("maximum-resiliency", "high-resiliency", "basic-resiliency")


349
350
351
# File 'sig/types.rbs', line 349

def intended_resiliency_model
  @intended_resiliency_model
end

#resiliency_group_name::String

Returns the value of attribute resiliency_group_name.

Returns:

  • (::String)


348
349
350
# File 'sig/types.rbs', line 348

def resiliency_group_name
  @resiliency_group_name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



351
352
353
# File 'sig/types.rbs', line 351

def tags
  @tags
end