Class: Aws::Types::ResiliencyGroupSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#owner_account::String

Returns the value of attribute owner_account.

Returns:

  • (::String)


1020
1021
1022
# File 'sig/types.rbs', line 1020

def 
  
end

#resiliency_group_arn::String

Returns the value of attribute resiliency_group_arn.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def resiliency_group_arn
  @resiliency_group_arn
end

#resiliency_group_id::String

Returns the value of attribute resiliency_group_id.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def resiliency_group_id
  @resiliency_group_id
end

#resiliency_group_name::String

Returns the value of attribute resiliency_group_name.

Returns:

  • (::String)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def resiliency_group_name
  @resiliency_group_name
end

#resiliency_group_type"Managed"

Returns the value of attribute resiliency_group_type.

Returns:

  • ("Managed")


1019
1020
1021
# File 'sig/types.rbs', line 1019

def resiliency_group_type
  @resiliency_group_type
end

#state"pending", ...

Returns the value of attribute state.

Returns:

  • ("pending", "available", "deleting", "deleted")


1021
1022
1023
# File 'sig/types.rbs', line 1021

def state
  @state
end