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)


5464
5465
5466
# File 'sig/types.rbs', line 5464

def request_id
  @request_id
end

#status::Integer

Returns the value of attribute status.

Returns:

  • (::Integer)


5465
5466
5467
# File 'sig/types.rbs', line 5465

def status
  @status
end

#vpc_connectionTypes::VPCConnection

Returns the value of attribute vpc_connection.



5463
5464
5465
# File 'sig/types.rbs', line 5463

def vpc_connection
  @vpc_connection
end