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.
5997 5998 5999 |
# File 'sig/types.rbs', line 5997 def instance_connect_endpoints @instance_connect_endpoints end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5998 5999 6000 |
# File 'sig/types.rbs', line 5998 def next_token @next_token end |