Class: Aws::Types::VPCConnectionSummary
- Inherits:
-
Object
- Object
- Aws::Types::VPCConnectionSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#availability_status ⇒ "AVAILABLE", ...
Returns the value of attribute availability_status.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#dns_resolvers ⇒ ::Array[::String]
Returns the value of attribute dns_resolvers.
-
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
-
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
-
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
-
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
12934 12935 12936 |
# File 'sig/types.rbs', line 12934 def arn @arn end |
#availability_status ⇒ "AVAILABLE", ...
Returns the value of attribute availability_status.
12940 12941 12942 |
# File 'sig/types.rbs', line 12940 def availability_status @availability_status end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
12943 12944 12945 |
# File 'sig/types.rbs', line 12943 def created_time @created_time end |
#dns_resolvers ⇒ ::Array[::String]
Returns the value of attribute dns_resolvers.
12938 12939 12940 |
# File 'sig/types.rbs', line 12938 def dns_resolvers @dns_resolvers end |
#last_updated_time ⇒ ::Time
Returns the value of attribute last_updated_time.
12944 12945 12946 |
# File 'sig/types.rbs', line 12944 def last_updated_time @last_updated_time end |
#name ⇒ ::String
Returns the value of attribute name.
12935 12936 12937 |
# File 'sig/types.rbs', line 12935 def name @name end |
#network_interfaces ⇒ ::Array[Types::NetworkInterface]
Returns the value of attribute network_interfaces.
12941 12942 12943 |
# File 'sig/types.rbs', line 12941 def network_interfaces @network_interfaces end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
12942 12943 12944 |
# File 'sig/types.rbs', line 12942 def role_arn @role_arn end |
#security_group_ids ⇒ ::Array[::String]
Returns the value of attribute security_group_ids.
12937 12938 12939 |
# File 'sig/types.rbs', line 12937 def security_group_ids @security_group_ids end |
#status ⇒ "CREATION_IN_PROGRESS", ...
Returns the value of attribute status.
12939 12940 12941 |
# File 'sig/types.rbs', line 12939 def status @status end |
#vpc_connection_id ⇒ ::String
Returns the value of attribute vpc_connection_id.
12933 12934 12935 |
# File 'sig/types.rbs', line 12933 def vpc_connection_id @vpc_connection_id end |
#vpc_id ⇒ ::String
Returns the value of attribute vpc_id.
12936 12937 12938 |
# File 'sig/types.rbs', line 12936 def vpc_id @vpc_id end |