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.
7829 7830 7831 |
# File 'sig/types.rbs', line 7829 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7831 7832 7833 |
# File 'sig/types.rbs', line 7831 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7832 7833 7834 |
# File 'sig/types.rbs', line 7832 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7833 7834 7835 |
# File 'sig/types.rbs', line 7833 def next_token @next_token end |
#service_names ⇒ ::Array[::String]
Returns the value of attribute service_names.
7830 7831 7832 |
# File 'sig/types.rbs', line 7830 def service_names @service_names end |
#service_regions ⇒ ::Array[::String]
Returns the value of attribute service_regions.
7834 7835 7836 |
# File 'sig/types.rbs', line 7834 def service_regions @service_regions end |