Class: Aws::Types::CreateClusterOutput

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)


42
43
44
# File 'sig/types.rbs', line 42

def arn
  @arn
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


44
45
46
# File 'sig/types.rbs', line 44

def creation_time
  @creation_time
end

#deletion_protection_enabledBoolean

Returns the value of attribute deletion_protection_enabled.

Returns:

  • (Boolean)


47
48
49
# File 'sig/types.rbs', line 47

def deletion_protection_enabled
  @deletion_protection_enabled
end

#encryption_detailsTypes::EncryptionDetails

Returns the value of attribute encryption_details.



46
47
48
# File 'sig/types.rbs', line 46

def encryption_details
  @encryption_details
end

#endpoint::String

Returns the value of attribute endpoint.

Returns:

  • (::String)


48
49
50
# File 'sig/types.rbs', line 48

def endpoint
  @endpoint
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


41
42
43
# File 'sig/types.rbs', line 41

def identifier
  @identifier
end

#multi_region_propertiesTypes::MultiRegionProperties

Returns the value of attribute multi_region_properties.



45
46
47
# File 'sig/types.rbs', line 45

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")


43
44
45
# File 'sig/types.rbs', line 43

def status
  @status
end