Class: Aws::Types::ListVpcIngressConnectionsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListVpcIngressConnectionsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#vpc_ingress_connection_summary_list ⇒ ::Array[Types::VpcIngressConnectionSummary]
Returns the value of attribute vpc_ingress_connection_summary_list.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
527 528 529 |
# File 'sig/types.rbs', line 527 def next_token @next_token end |
#vpc_ingress_connection_summary_list ⇒ ::Array[Types::VpcIngressConnectionSummary]
Returns the value of attribute vpc_ingress_connection_summary_list.
526 527 528 |
# File 'sig/types.rbs', line 526 def vpc_ingress_connection_summary_list @vpc_ingress_connection_summary_list end |