Class: Aws::Types::GetClusterOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


129
130
131
# File 'sig/types.rbs', line 129

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


131
132
133
# File 'sig/types.rbs', line 131

def creation_time
  @creation_time
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


132
133
134
# File 'sig/types.rbs', line 132

def deletion_protection_enabled
  @deletion_protection_enabled
end

#encryption_detailsTypes::EncryptionDetails

Returns the value of attribute encryption_details.



135
136
137
# File 'sig/types.rbs', line 135

def encryption_details
  @encryption_details
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


136
137
138
# File 'sig/types.rbs', line 136

def endpoint
  @endpoint
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


128
129
130
# File 'sig/types.rbs', line 128

def identifier
  @identifier
end

#multi_region_propertiesTypes::MultiRegionProperties

Returns the value of attribute multi_region_properties.



133
134
135
# File 'sig/types.rbs', line 133

def multi_region_properties
  @multi_region_properties
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "IDLE", "INACTIVE", "UPDATING", "DELETING", "DELETED", "FAILED", "PENDING_SETUP", "PENDING_DELETE")


130
131
132
# File 'sig/types.rbs', line 130

def status
  @status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


134
135
136
# File 'sig/types.rbs', line 134

def tags
  @tags
end