Class: Aws::Types::UpdateOdbNetworkOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2620
2621
2622
# File 'sig/types.rbs', line 2620

def display_name
  @display_name
end

#odb_network_id::String

Returns the value of attribute odb_network_id.

Returns:

  • (::String)


2623
2624
2625
# File 'sig/types.rbs', line 2623

def odb_network_id
  @odb_network_id
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


2621
2622
2623
# File 'sig/types.rbs', line 2621

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2622
2623
2624
# File 'sig/types.rbs', line 2622

def status_reason
  @status_reason
end