Class: Aws::Types::ClusterMetadata

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)


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.

Returns:

  • (::String)


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.

Returns:

  • ("AwaitingQuorum", "Pending", "InUse", "Complete", "Cancelled")


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.

Returns:

  • (::Time)


67
68
69
# File 'sig/types.rbs', line 67

def creation_date
  @creation_date
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • ("IMPORT", "EXPORT", "LOCAL_USE")


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.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def kms_key_arn
  @kms_key_arn
end

#notificationTypes::Notification

Returns the value of attribute notification.

Returns:



71
72
73
# File 'sig/types.rbs', line 71

def notification
  @notification
end

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

#resourcesTypes::JobResource

Returns the value of attribute resources.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def resources
  @resources
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


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.

Returns:

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


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.

Returns:

  • ("STANDARD", "EDGE", "EDGE_C", "EDGE_CG", "EDGE_S", "SNC1_HDD", "SNC1_SSD", "V3_5C", "V3_5S", "RACK_5U_C")


66
67
68
# File 'sig/types.rbs', line 66

def snowball_type
  @snowball_type
end

#tax_documentsTypes::TaxDocuments

Returns the value of attribute tax_documents.

Returns:



73
74
75
# File 'sig/types.rbs', line 73

def tax_documents
  @tax_documents
end