Class: Aws::Types::ResiliencyGroup

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#owner_account::String

Returns the value of attribute owner_account.



1002
1003
1004
# File 'sig/types.rbs', line 1002

def 
  
end

#resiliency_group_arn::String

Returns the value of attribute resiliency_group_arn.



999
1000
1001
# File 'sig/types.rbs', line 999

def resiliency_group_arn
  @resiliency_group_arn
end

#resiliency_group_id::String

Returns the value of attribute resiliency_group_id.



998
999
1000
# File 'sig/types.rbs', line 998

def resiliency_group_id
  @resiliency_group_id
end

#resiliency_group_name::String

Returns the value of attribute resiliency_group_name.



1000
1001
1002
# File 'sig/types.rbs', line 1000

def resiliency_group_name
  @resiliency_group_name
end

#resiliency_group_type"Managed"

Returns the value of attribute resiliency_group_type.



1001
1002
1003
# File 'sig/types.rbs', line 1001

def resiliency_group_type
  @resiliency_group_type
end

#state"pending", ...

Returns the value of attribute state.



1003
1004
1005
# File 'sig/types.rbs', line 1003

def state
  @state
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.



1004
1005
1006
# File 'sig/types.rbs', line 1004

def tags
  @tags
end