Class: Aws::Types::Policy
- Inherits:
-
Object
- Object
- Aws::Types::Policy
- 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.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
1044 1045 1046 |
# File 'sig/types.rbs', line 1044 def associated_service_count @associated_service_count end |
#availability_slo ⇒ Types::AvailabilitySlo
Returns the value of attribute availability_slo.
1038 1039 1040 |
# File 'sig/types.rbs', line 1038 def availability_slo @availability_slo end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1045 1046 1047 |
# File 'sig/types.rbs', line 1045 def created_at @created_at end |
#data_recovery ⇒ Types::DataRecoveryTargets
Returns the value of attribute data_recovery.
1041 1042 1043 |
# File 'sig/types.rbs', line 1041 def data_recovery @data_recovery end |
#description ⇒ ::String
Returns the value of attribute description.
1037 1038 1039 |
# File 'sig/types.rbs', line 1037 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
1042 1043 1044 |
# File 'sig/types.rbs', line 1042 def kms_key_id @kms_key_id end |
#multi_az ⇒ Types::MultiAzTargets
Returns the value of attribute multi_az.
1039 1040 1041 |
# File 'sig/types.rbs', line 1039 def multi_az @multi_az end |
#multi_region ⇒ Types::MultiRegionTargets
Returns the value of attribute multi_region.
1040 1041 1042 |
# File 'sig/types.rbs', line 1040 def multi_region @multi_region end |
#name ⇒ ::String
Returns the value of attribute name.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def policy_arn @policy_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1043 1044 1045 |
# File 'sig/types.rbs', line 1043 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1046 1047 1048 |
# File 'sig/types.rbs', line 1046 def updated_at @updated_at end |