Class: Aws::Types::VpcConnectionInfoServerless

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)


1871
1872
1873
# File 'sig/types.rbs', line 1871

def creation_time
  @creation_time
end

#owner::String

Returns the value of attribute owner.

Returns:

  • (::String)


1872
1873
1874
# File 'sig/types.rbs', line 1872

def owner
  @owner
end

#user_identityTypes::UserIdentity

Returns the value of attribute user_identity.

Returns:



1873
1874
1875
# File 'sig/types.rbs', line 1873

def user_identity
  @user_identity
end

#vpc_connection_arn::String

Returns the value of attribute vpc_connection_arn.

Returns:

  • (::String)


1874
1875
1876
# File 'sig/types.rbs', line 1874

def vpc_connection_arn
  @vpc_connection_arn
end