Class: Aws::Types::CreatePolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreatePolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#availability_slo ⇒ Types::AvailabilitySlo
Returns the value of attribute availability_slo.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#availability_slo ⇒ Types::AvailabilitySlo
Returns the value of attribute availability_slo.
119 120 121 |
# File 'sig/types.rbs', line 119 def availability_slo @availability_slo end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
125 126 127 |
# File 'sig/types.rbs', line 125 def client_token @client_token end |
#data_recovery ⇒ Types::DataRecoveryTargets
Returns the value of attribute data_recovery.
122 123 124 |
# File 'sig/types.rbs', line 122 def data_recovery @data_recovery end |
#description ⇒ ::String
Returns the value of attribute description.
118 119 120 |
# File 'sig/types.rbs', line 118 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
123 124 125 |
# File 'sig/types.rbs', line 123 def kms_key_id @kms_key_id end |
#multi_az ⇒ Types::MultiAzTargets
Returns the value of attribute multi_az.
120 121 122 |
# File 'sig/types.rbs', line 120 def multi_az @multi_az end |
#multi_region ⇒ Types::MultiRegionTargets
Returns the value of attribute multi_region.
121 122 123 |
# File 'sig/types.rbs', line 121 def multi_region @multi_region end |
#name ⇒ ::String
Returns the value of attribute name.
117 118 119 |
# File 'sig/types.rbs', line 117 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
124 125 126 |
# File 'sig/types.rbs', line 124 def @tags end |