Class: Aws::Types::CreateCloudAutonomousVmClusterOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_autonomous_vm_cluster_id::String

Returns the value of attribute cloud_autonomous_vm_cluster_id.

Returns:

  • (::String)


852
853
854
# File 'sig/types.rbs', line 852

def cloud_autonomous_vm_cluster_id
  @cloud_autonomous_vm_cluster_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def display_name
  @display_name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

  • ("AVAILABLE", "FAILED", "PROVISIONING", "TERMINATED", "TERMINATING", "UPDATING", "MAINTENANCE_IN_PROGRESS")


850
851
852
# File 'sig/types.rbs', line 850

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


851
852
853
# File 'sig/types.rbs', line 851

def status_reason
  @status_reason
end