Class: Aws::Types::DescribeVpcEndpointServicesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEndpointServicesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_details ⇒ ::Array[Types::ServiceDetail]
Returns the value of attribute service_details.
-
#service_names ⇒ ::Array[::String]
Returns the value of attribute service_names.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
7841 7842 7843 |
# File 'sig/types.rbs', line 7841 def next_token @next_token end |
#service_details ⇒ ::Array[Types::ServiceDetail]
Returns the value of attribute service_details.
7840 7841 7842 |
# File 'sig/types.rbs', line 7840 def service_details @service_details end |
#service_names ⇒ ::Array[::String]
Returns the value of attribute service_names.
7839 7840 7841 |
# File 'sig/types.rbs', line 7839 def service_names @service_names end |