Class: Aws::Types::VpcConnectionInfo

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1827
1828
1829
# File 'sig/types.rbs', line 1827

def creation_time
  @creation_time
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


1825
1826
1827
# File 'sig/types.rbs', line 1825

def owner
  @owner
end

#user_identityTypes::UserIdentity

Returns the value of attribute user_identity.

Returns:



1826
1827
1828
# File 'sig/types.rbs', line 1826

def user_identity
  @user_identity
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


1824
1825
1826
# File 'sig/types.rbs', line 1824

def vpc_connection_arn
  @vpc_connection_arn
end