Class: Aws::Types::CreateCapabilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateCapabilityRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
-
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
-
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
-
#configuration ⇒ Types::CapabilityConfigurationRequest
Returns the value of attribute configuration.
-
#delete_propagation_policy ⇒ "RETAIN"
Returns the value of attribute delete_propagation_policy.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#type ⇒ "ACK", ...
Returns the value of attribute type.
Instance Attribute Details
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
563 564 565 |
# File 'sig/types.rbs', line 563 def capability_name @capability_name end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
565 566 567 |
# File 'sig/types.rbs', line 565 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
564 565 566 |
# File 'sig/types.rbs', line 564 def cluster_name @cluster_name end |
#configuration ⇒ Types::CapabilityConfigurationRequest
Returns the value of attribute configuration.
568 569 570 |
# File 'sig/types.rbs', line 568 def configuration @configuration end |
#delete_propagation_policy ⇒ "RETAIN"
Returns the value of attribute delete_propagation_policy.
570 571 572 |
# File 'sig/types.rbs', line 570 def delete_propagation_policy @delete_propagation_policy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
567 568 569 |
# File 'sig/types.rbs', line 567 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
569 570 571 |
# File 'sig/types.rbs', line 569 def @tags end |
#type ⇒ "ACK", ...
Returns the value of attribute type.
566 567 568 |
# File 'sig/types.rbs', line 566 def type @type end |