Class: Aws::Types::CreateAutomatedReasoningPolicyVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAutomatedReasoningPolicyVersionRequest
- 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.
-
#last_updated_definition_hash ⇒ ::String
Returns the value of attribute last_updated_definition_hash.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#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.
952 953 954 |
# File 'sig/types.rbs', line 952 def client_request_token @client_request_token end |
#last_updated_definition_hash ⇒ ::String
Returns the value of attribute last_updated_definition_hash.
953 954 955 |
# File 'sig/types.rbs', line 953 def last_updated_definition_hash @last_updated_definition_hash end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
951 952 953 |
# File 'sig/types.rbs', line 951 def policy_arn @policy_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
954 955 956 |
# File 'sig/types.rbs', line 954 def @tags end |