Class: Aws::Types::CreateAutomatedReasoningPolicyRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutomatedReasoningPolicyRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
Returns the value of attribute policy_definition.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
916 917 918 |
# File 'sig/types.rbs', line 916 def client_request_token @client_request_token end |
#description ⇒ ::String
Returns the value of attribute description.
915 916 917 |
# File 'sig/types.rbs', line 915 def description @description end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
918 919 920 |
# File 'sig/types.rbs', line 918 def kms_key_id @kms_key_id end |
#name ⇒ ::String
Returns the value of attribute name.
914 915 916 |
# File 'sig/types.rbs', line 914 def name @name end |
#policy_definition ⇒ Types::AutomatedReasoningPolicyDefinition
Returns the value of attribute policy_definition.
917 918 919 |
# File 'sig/types.rbs', line 917 def policy_definition @policy_definition end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
919 920 921 |
# File 'sig/types.rbs', line 919 def @tags end |