Class: Aws::Types::ClusterMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ClusterMetadata
- 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.
-
#cluster_state ⇒ "AwaitingQuorum", ...
Returns the value of attribute cluster_state.
-
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#forwarding_address_id ⇒ ::String
Returns the value of attribute forwarding_address_id.
-
#job_type ⇒ "IMPORT", ...
Returns the value of attribute job_type.
-
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
-
#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.
-
#snowball_type ⇒ "STANDARD", ...
Returns the value of attribute snowball_type.
-
#tax_documents ⇒ Types::TaxDocuments
Returns the value of attribute tax_documents.
Instance Attribute Details
#address_id ⇒ ::String
Returns the value of attribute address_id.
69 70 71 |
# File 'sig/types.rbs', line 69 def address_id @address_id end |
#cluster_id ⇒ ::String
Returns the value of attribute cluster_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def cluster_id @cluster_id end |
#cluster_state ⇒ "AwaitingQuorum", ...
Returns the value of attribute cluster_state.
64 65 66 |
# File 'sig/types.rbs', line 64 def cluster_state @cluster_state end |
#creation_date ⇒ ::Time
Returns the value of attribute creation_date.
67 68 69 |
# File 'sig/types.rbs', line 67 def creation_date @creation_date end |
#description ⇒ ::String
Returns the value of attribute description.
61 62 63 |
# File 'sig/types.rbs', line 61 def description @description end |
#forwarding_address_id ⇒ ::String
Returns the value of attribute forwarding_address_id.
72 73 74 |
# File 'sig/types.rbs', line 72 def forwarding_address_id @forwarding_address_id end |
#job_type ⇒ "IMPORT", ...
Returns the value of attribute job_type.
65 66 67 |
# File 'sig/types.rbs', line 65 def job_type @job_type end |
#kms_key_arn ⇒ ::String
Returns the value of attribute kms_key_arn.
62 63 64 |
# File 'sig/types.rbs', line 62 def kms_key_arn @kms_key_arn end |
#notification ⇒ Types::Notification
Returns the value of attribute notification.
71 72 73 |
# File 'sig/types.rbs', line 71 def notification @notification end |
#on_device_service_configuration ⇒ Types::OnDeviceServiceConfiguration
Returns the value of attribute on_device_service_configuration.
74 75 76 |
# File 'sig/types.rbs', line 74 def on_device_service_configuration @on_device_service_configuration end |
#resources ⇒ Types::JobResource
Returns the value of attribute resources.
68 69 70 |
# File 'sig/types.rbs', line 68 def resources @resources end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
63 64 65 |
# File 'sig/types.rbs', line 63 def role_arn @role_arn end |
#shipping_option ⇒ "SECOND_DAY", ...
Returns the value of attribute shipping_option.
70 71 72 |
# File 'sig/types.rbs', line 70 def shipping_option @shipping_option end |
#snowball_type ⇒ "STANDARD", ...
Returns the value of attribute snowball_type.
66 67 68 |
# File 'sig/types.rbs', line 66 def snowball_type @snowball_type end |
#tax_documents ⇒ Types::TaxDocuments
Returns the value of attribute tax_documents.
73 74 75 |
# File 'sig/types.rbs', line 73 def tax_documents @tax_documents end |