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.
1057 1058 1059 |
# File 'sig/types.rbs', line 1057 def associated_service_count @associated_service_count end |
#availability_slo ⇒ Types::AvailabilitySlo
Returns the value of attribute availability_slo.
1053 1054 1055 |
# File 'sig/types.rbs', line 1053 def availability_slo @availability_slo end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1058 1059 1060 |
# File 'sig/types.rbs', line 1058 def created_at @created_at end |
#data_recovery ⇒ Types::DataRecoveryTargets
Returns the value of attribute data_recovery.
1056 1057 1058 |
# File 'sig/types.rbs', line 1056 def data_recovery @data_recovery end |
#multi_az ⇒ Types::MultiAzTargets
Returns the value of attribute multi_az.
1054 1055 1056 |
# File 'sig/types.rbs', line 1054 def multi_az @multi_az end |
#multi_region ⇒ Types::MultiRegionTargets
Returns the value of attribute multi_region.
1055 1056 1057 |
# File 'sig/types.rbs', line 1055 def multi_region @multi_region end |
#name ⇒ ::String
Returns the value of attribute name.
1052 1053 1054 |
# File 'sig/types.rbs', line 1052 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1051 1052 1053 |
# File 'sig/types.rbs', line 1051 def policy_arn @policy_arn end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1059 1060 1061 |
# File 'sig/types.rbs', line 1059 def updated_at @updated_at end |