Class: Aws::Types::UpdateCloudExadataInfrastructureOutput

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)


2556
2557
2558
# File 'sig/types.rbs', line 2556

def cloud_exadata_infrastructure_id
  @cloud_exadata_infrastructure_id
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2553
2554
2555
# File 'sig/types.rbs', line 2553

def display_name
  @display_name
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


2554
2555
2556
# File 'sig/types.rbs', line 2554

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2555
2556
2557
# File 'sig/types.rbs', line 2555

def status_reason
  @status_reason
end