Class: Aws::Types::DescribeVpcEndpointServiceConfigurationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeVpcEndpointServiceConfigurationsRequest
- 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_ids ⇒ ::Array[::String]
Returns the value of attribute service_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7982 7983 7984 |
# File 'sig/types.rbs', line 7982 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7984 7985 7986 |
# File 'sig/types.rbs', line 7984 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7985 7986 7987 |
# File 'sig/types.rbs', line 7985 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7986 7987 7988 |
# File 'sig/types.rbs', line 7986 def next_token @next_token end |
#service_ids ⇒ ::Array[::String]
Returns the value of attribute service_ids.
7983 7984 7985 |
# File 'sig/types.rbs', line 7983 def service_ids @service_ids end |