Class: Aws::Types::CreateCloudExadataInfrastructureOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_exadata_infrastructure_id::String

Returns the value of attribute cloud_exadata_infrastructure_id.

Returns:

  • (::String)


876
877
878
# File 'sig/types.rbs', line 876

def cloud_exadata_infrastructure_id
  @cloud_exadata_infrastructure_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


873
874
875
# File 'sig/types.rbs', line 873

def display_name
  @display_name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


874
875
876
# File 'sig/types.rbs', line 874

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


875
876
877
# File 'sig/types.rbs', line 875

def status_reason
  @status_reason
end