Class: Aws::Types::DescribeVpcEndpointServicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEndpointServicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#service_names ⇒ ::Array[::String]
Returns the value of attribute service_names.
-
#service_regions ⇒ ::Array[::String]
Returns the value of attribute service_regions.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8102 8103 8104 |
# File 'sig/types.rbs', line 8102 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
8104 8105 8106 |
# File 'sig/types.rbs', line 8104 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
8105 8106 8107 |
# File 'sig/types.rbs', line 8105 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
8106 8107 8108 |
# File 'sig/types.rbs', line 8106 def next_token @next_token end |
#service_names ⇒ ::Array[::String]
Returns the value of attribute service_names.
8103 8104 8105 |
# File 'sig/types.rbs', line 8103 def service_names @service_names end |
#service_regions ⇒ ::Array[::String]
Returns the value of attribute service_regions.
8107 8108 8109 |
# File 'sig/types.rbs', line 8107 def service_regions @service_regions end |