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.
994 995 996 |
# File 'sig/types.rbs', line 994 def associated_service_count @associated_service_count end |
#availability_slo ⇒ Types::AvailabilitySlo
Returns the value of attribute availability_slo.
988 989 990 |
# File 'sig/types.rbs', line 988 def availability_slo @availability_slo end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
995 996 997 |
# File 'sig/types.rbs', line 995 def created_at @created_at end |
#data_recovery ⇒ Types::DataRecoveryTargets
Returns the value of attribute data_recovery.
991 992 993 |
# File 'sig/types.rbs', line 991 def data_recovery @data_recovery end |
#description ⇒ ::String
Returns the value of attribute description.
987 988 989 |
# File 'sig/types.rbs', line 987 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
992 993 994 |
# File 'sig/types.rbs', line 992 def kms_key_id @kms_key_id end |
#multi_az ⇒ Types::MultiAzTargets
Returns the value of attribute multi_az.
989 990 991 |
# File 'sig/types.rbs', line 989 def multi_az @multi_az end |
#multi_region ⇒ Types::MultiRegionTargets
Returns the value of attribute multi_region.
990 991 992 |
# File 'sig/types.rbs', line 990 def multi_region @multi_region end |
#name ⇒ ::String
Returns the value of attribute name.
986 987 988 |
# File 'sig/types.rbs', line 986 def name @name end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
985 986 987 |
# File 'sig/types.rbs', line 985 def policy_arn @policy_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
993 994 995 |
# File 'sig/types.rbs', line 993 def @tags end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
996 997 998 |
# File 'sig/types.rbs', line 996 def updated_at @updated_at end |