Class: Aws::Types::UpdateClusterRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateClusterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#address_id ⇒ ::String
Returns the value of attribute address_id.
-
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#forwarding_address_id ⇒ ::String
Returns the value of attribute forwarding_address_id.
-
#notification ⇒ Types::Notification
Returns the value of attribute notification.
-
#on_device_service_configuration ⇒ Types::OnDeviceServiceConfiguration
Returns the value of attribute on_device_service_configuration.
-
#resources ⇒ Types::JobResource
Returns the value of attribute resources.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#shipping_option ⇒ "SECOND_DAY", ...
Returns the value of attribute shipping_option.
Instance Attribute Details
#address_id ⇒ ::String
Returns the value of attribute address_id.
622 623 624 |
# File 'sig/types.rbs', line 622 def address_id @address_id end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
617 618 619 |
# File 'sig/types.rbs', line 617 def cluster_id @cluster_id end |
#description ⇒ ::String
Returns the value of attribute description.
619 620 621 |
# File 'sig/types.rbs', line 619 def description @description end |
#forwarding_address_id ⇒ ::String
Returns the value of attribute forwarding_address_id.
625 626 627 |
# File 'sig/types.rbs', line 625 def forwarding_address_id @forwarding_address_id end |
#notification ⇒ Types::Notification
Returns the value of attribute notification.
624 625 626 |
# File 'sig/types.rbs', line 624 def notification @notification end |
#on_device_service_configuration ⇒ Types::OnDeviceServiceConfiguration
Returns the value of attribute on_device_service_configuration.
621 622 623 |
# File 'sig/types.rbs', line 621 def on_device_service_configuration @on_device_service_configuration end |
#resources ⇒ Types::JobResource
Returns the value of attribute resources.
620 621 622 |
# File 'sig/types.rbs', line 620 def resources @resources end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
618 619 620 |
# File 'sig/types.rbs', line 618 def role_arn @role_arn end |
#shipping_option ⇒ "SECOND_DAY", ...
Returns the value of attribute shipping_option.
623 624 625 |
# File 'sig/types.rbs', line 623 def shipping_option @shipping_option end |