Class: Aws::Types::CreateCloudVmClusterOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_vm_cluster_id::String

Returns the value of attribute cloud_vm_cluster_id.

Returns:

  • (::String)


909
910
911
# File 'sig/types.rbs', line 909

def cloud_vm_cluster_id
  @cloud_vm_cluster_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


906
907
908
# File 'sig/types.rbs', line 906

def display_name
  @display_name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


907
908
909
# File 'sig/types.rbs', line 907

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


908
909
910
# File 'sig/types.rbs', line 908

def status_reason
  @status_reason
end