Class: Aws::Types::DescribeServiceLinkVirtualInterfacesRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeServiceLinkVirtualInterfacesRequest
- 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_link_virtual_interface_ids ⇒ ::Array[::String]
Returns the value of attribute service_link_virtual_interface_ids.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
7086 7087 7088 |
# File 'sig/types.rbs', line 7086 def dry_run @dry_run end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
7083 7084 7085 |
# File 'sig/types.rbs', line 7083 def filters @filters end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
7084 7085 7086 |
# File 'sig/types.rbs', line 7084 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
7085 7086 7087 |
# File 'sig/types.rbs', line 7085 def next_token @next_token end |
#service_link_virtual_interface_ids ⇒ ::Array[::String]
Returns the value of attribute service_link_virtual_interface_ids.
7082 7083 7084 |
# File 'sig/types.rbs', line 7082 def service_link_virtual_interface_ids @service_link_virtual_interface_ids end |