Class: Aws::Types::OdbPeeringConnectionSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2201
2202
2203
# File 'sig/types.rbs', line 2201

def created_at
  @created_at
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2193
2194
2195
# File 'sig/types.rbs', line 2193

def display_name
  @display_name
end

#odb_network_arn::String

Returns the value of attribute odb_network_arn.

Returns:

  • (::String)


2197
2198
2199
# File 'sig/types.rbs', line 2197

def odb_network_arn
  @odb_network_arn
end

#odb_peering_connection_arn::String

Returns the value of attribute odb_peering_connection_arn.

Returns:

  • (::String)


2196
2197
2198
# File 'sig/types.rbs', line 2196

def odb_peering_connection_arn
  @odb_peering_connection_arn
end

#odb_peering_connection_id::String

Returns the value of attribute odb_peering_connection_id.

Returns:

  • (::String)


2192
2193
2194
# File 'sig/types.rbs', line 2192

def odb_peering_connection_id
  @odb_peering_connection_id
end

#odb_peering_connection_type::String

Returns the value of attribute odb_peering_connection_type.

Returns:

  • (::String)


2199
2200
2201
# File 'sig/types.rbs', line 2199

def odb_peering_connection_type
  @odb_peering_connection_type
end

#peer_network_arn::String

Returns the value of attribute peer_network_arn.

Returns:

  • (::String)


2198
2199
2200
# File 'sig/types.rbs', line 2198

def peer_network_arn
  @peer_network_arn
end

#peer_network_cidrs::Array[::String]

Returns the value of attribute peer_network_cidrs.

Returns:

  • (::Array[::String])


2200
2201
2202
# File 'sig/types.rbs', line 2200

def peer_network_cidrs
  @peer_network_cidrs
end

#percent_progress::Float

Returns the value of attribute percent_progress.

Returns:

  • (::Float)


2202
2203
2204
# File 'sig/types.rbs', line 2202

def percent_progress
  @percent_progress
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


2194
2195
2196
# File 'sig/types.rbs', line 2194

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2195
2196
2197
# File 'sig/types.rbs', line 2195

def status_reason
  @status_reason
end