Class: Aws::Types::PolicySummary
- Inherits:
-
Object
- Object
- Aws::Types::PolicySummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#associated_service_count ⇒ ::Integer
Returns the value of attribute associated_service_count.
-
#availability_slo ⇒ Types::AvailabilitySlo
Returns the value of attribute availability_slo.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#data_recovery ⇒ Types::DataRecoveryTargets
Returns the value of attribute data_recovery.
-
#multi_az ⇒ Types::MultiAzTargets
Returns the value of attribute multi_az.
-
#multi_region ⇒ Types::MultiRegionTargets
Returns the value of attribute multi_region.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#associated_service_count ⇒ ::Integer
Returns the value of attribute associated_service_count.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def associated_service_count @associated_service_count end |
#availability_slo ⇒ Types::AvailabilitySlo
Returns the value of attribute availability_slo.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def availability_slo @availability_slo end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def created_at @created_at end |
#data_recovery ⇒ Types::DataRecoveryTargets
Returns the value of attribute data_recovery.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def data_recovery @data_recovery end |
#multi_az ⇒ Types::MultiAzTargets
Returns the value of attribute multi_az.
1004 1005 1006 |
# File 'sig/types.rbs', line 1004 def multi_az @multi_az end |
#multi_region ⇒ Types::MultiRegionTargets
Returns the value of attribute multi_region.
1005 1006 1007 |
# File 'sig/types.rbs', line 1005 def multi_region @multi_region end |
#name ⇒ ::String
Returns the value of attribute name.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1001 1002 1003 |
# File 'sig/types.rbs', line 1001 def policy_arn @policy_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def updated_at @updated_at end |