Class: Aws::Types::VpcConnectionInfoServerless
- Inherits:
-
Object
- Object
- Aws::Types::VpcConnectionInfoServerless
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#owner ⇒ ::String
Returns the value of attribute owner.
-
#user_identity ⇒ Types::UserIdentity
Returns the value of attribute user_identity.
-
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
1832 1833 1834 |
# File 'sig/types.rbs', line 1832 def creation_time @creation_time end |
#owner ⇒ ::String
Returns the value of attribute owner.
1833 1834 1835 |
# File 'sig/types.rbs', line 1833 def owner @owner end |
#user_identity ⇒ Types::UserIdentity
Returns the value of attribute user_identity.
1834 1835 1836 |
# File 'sig/types.rbs', line 1834 def user_identity @user_identity end |
#vpc_connection_arn ⇒ ::String
Returns the value of attribute vpc_connection_arn.
1835 1836 1837 |
# File 'sig/types.rbs', line 1835 def vpc_connection_arn @vpc_connection_arn end |