Class: Aws::Types::DescribeVPCConnectionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


5231
5232
5233
# File 'sig/types.rbs', line 5231

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5232
5233
5234
# File 'sig/types.rbs', line 5232

def status
  @status
end

#vpc_connectionTypes::VPCConnection

Returns the value of attribute vpc_connection.



5230
5231
5232
# File 'sig/types.rbs', line 5230

def vpc_connection
  @vpc_connection
end