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.
505 506 507 |
# File 'sig/types.rbs', line 505 def capability_name @capability_name end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
507 508 509 |
# File 'sig/types.rbs', line 507 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
506 507 508 |
# File 'sig/types.rbs', line 506 def cluster_name @cluster_name end |
#configuration ⇒ Types::CapabilityConfigurationRequest
Returns the value of attribute configuration.
510 511 512 |
# File 'sig/types.rbs', line 510 def configuration @configuration end |
#delete_propagation_policy ⇒ "RETAIN"
Returns the value of attribute delete_propagation_policy.
512 513 514 |
# File 'sig/types.rbs', line 512 def delete_propagation_policy @delete_propagation_policy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
509 510 511 |
# File 'sig/types.rbs', line 509 def role_arn @role_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
511 512 513 |
# File 'sig/types.rbs', line 511 def @tags end |
#type ⇒ "ACK", ...
Returns the value of attribute type.
508 509 510 |
# File 'sig/types.rbs', line 508 def type @type end |