Class: Aws::Types::UpdateClusterRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address_id::String

Returns the value of attribute address_id.

Returns:

  • (::String)


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.

Returns:

  • (::String)


617
618
619
# File 'sig/types.rbs', line 617

def cluster_id
  @cluster_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


625
626
627
# File 'sig/types.rbs', line 625

def forwarding_address_id
  @forwarding_address_id
end

#notificationTypes::Notification

Returns the value of attribute notification.

Returns:



624
625
626
# File 'sig/types.rbs', line 624

def notification
  @notification
end

#on_device_service_configurationTypes::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

#resourcesTypes::JobResource

Returns the value of attribute resources.

Returns:



620
621
622
# File 'sig/types.rbs', line 620

def resources
  @resources
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

  • ("SECOND_DAY", "NEXT_DAY", "EXPRESS", "STANDARD")


623
624
625
# File 'sig/types.rbs', line 623

def shipping_option
  @shipping_option
end