Class: Aws::Types::DescribeInstanceConnectEndpointsResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeInstanceConnectEndpointsResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_connect_endpoints ⇒ ::Array[Types::Ec2InstanceConnectEndpoint]
Returns the value of attribute instance_connect_endpoints.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#instance_connect_endpoints ⇒ ::Array[Types::Ec2InstanceConnectEndpoint]
Returns the value of attribute instance_connect_endpoints.
6180 6181 6182 |
# File 'sig/types.rbs', line 6180 def instance_connect_endpoints @instance_connect_endpoints end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
6181 6182 6183 |
# File 'sig/types.rbs', line 6181 def next_token @next_token end |