Class: Aws::Types::OdbPeeringConnection

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)


2186
2187
2188
# File 'sig/types.rbs', line 2186

def created_at
  @created_at
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2178
2179
2180
# File 'sig/types.rbs', line 2178

def display_name
  @display_name
end

#odb_network_arn::String

Returns the value of attribute odb_network_arn.

Returns:

  • (::String)


2182
2183
2184
# File 'sig/types.rbs', line 2182

def odb_network_arn
  @odb_network_arn
end

#odb_peering_connection_arn::String

Returns the value of attribute odb_peering_connection_arn.

Returns:

  • (::String)


2181
2182
2183
# File 'sig/types.rbs', line 2181

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)


2177
2178
2179
# File 'sig/types.rbs', line 2177

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)


2184
2185
2186
# File 'sig/types.rbs', line 2184

def odb_peering_connection_type
  @odb_peering_connection_type
end

#peer_network_arn::String

Returns the value of attribute peer_network_arn.

Returns:

  • (::String)


2183
2184
2185
# File 'sig/types.rbs', line 2183

def peer_network_arn
  @peer_network_arn
end

#peer_network_cidrs::Array[::String]

Returns the value of attribute peer_network_cidrs.

Returns:

  • (::Array[::String])


2185
2186
2187
# File 'sig/types.rbs', line 2185

def peer_network_cidrs
  @peer_network_cidrs
end

#percent_progress::Float

Returns the value of attribute percent_progress.

Returns:

  • (::Float)


2187
2188
2189
# File 'sig/types.rbs', line 2187

def percent_progress
  @percent_progress
end

#status"AVAILABLE", ...

Returns the value of attribute status.

Returns:

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


2179
2180
2181
# File 'sig/types.rbs', line 2179

def status
  @status
end

#status_reason::String

Returns the value of attribute status_reason.

Returns:

  • (::String)


2180
2181
2182
# File 'sig/types.rbs', line 2180

def status_reason
  @status_reason
end