Class: Aws::Types::CreateOdbPeeringConnectionOutput

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)


1010
1011
1012
# File 'sig/types.rbs', line 1010

def display_name
  @display_name
end

#odb_peering_connection_id::String

Returns the value of attribute odb_peering_connection_id.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def odb_peering_connection_id
  @odb_peering_connection_id
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


1011
1012
1013
# File 'sig/types.rbs', line 1011

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


1012
1013
1014
# File 'sig/types.rbs', line 1012

def status_reason
  @status_reason
end