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.
126 127 128 |
# File 'sig/types.rbs', line 126 def availability_slo @availability_slo end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
132 133 134 |
# File 'sig/types.rbs', line 132 def client_token @client_token end |
#data_recovery ⇒ Types::DataRecoveryTargets
Returns the value of attribute data_recovery.
129 130 131 |
# File 'sig/types.rbs', line 129 def data_recovery @data_recovery end |
#description ⇒ ::String
Returns the value of attribute description.
125 126 127 |
# File 'sig/types.rbs', line 125 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
130 131 132 |
# File 'sig/types.rbs', line 130 def kms_key_id @kms_key_id end |
#multi_az ⇒ Types::MultiAzTargets
Returns the value of attribute multi_az.
127 128 129 |
# File 'sig/types.rbs', line 127 def multi_az @multi_az end |
#multi_region ⇒ Types::MultiRegionTargets
Returns the value of attribute multi_region.
128 129 130 |
# File 'sig/types.rbs', line 128 def multi_region @multi_region end |
#name ⇒ ::String
Returns the value of attribute name.
124 125 126 |
# File 'sig/types.rbs', line 124 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
131 132 133 |
# File 'sig/types.rbs', line 131 def @tags end |