Class: Aws::Types::UpdateCapabilityRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCapabilityRequest
- 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::UpdateCapabilityConfiguration
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.
Instance Attribute Details
#capability_name ⇒ ::String
Returns the value of attribute capability_name.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def capability_name @capability_name end |
#client_request_token ⇒ ::String
Returns the value of attribute client_request_token.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def client_request_token @client_request_token end |
#cluster_name ⇒ ::String
Returns the value of attribute cluster_name.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def cluster_name @cluster_name end |
#configuration ⇒ Types::UpdateCapabilityConfiguration
Returns the value of attribute configuration.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def configuration @configuration end |
#delete_propagation_policy ⇒ "RETAIN"
Returns the value of attribute delete_propagation_policy.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def delete_propagation_policy @delete_propagation_policy end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def role_arn @role_arn end |