Class: Aws::Types::GetDevicesRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetDevicesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#device_ids ⇒ ::Array[::String]
Returns the value of attribute device_ids.
-
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#site_id ⇒ ::String
Returns the value of attribute site_id.
Instance Attribute Details
#device_ids ⇒ ::Array[::String]
Returns the value of attribute device_ids.
963 964 965 |
# File 'sig/types.rbs', line 963 def device_ids @device_ids end |
#global_network_id ⇒ ::String
Returns the value of attribute global_network_id.
962 963 964 |
# File 'sig/types.rbs', line 962 def global_network_id @global_network_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
965 966 967 |
# File 'sig/types.rbs', line 965 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
966 967 968 |
# File 'sig/types.rbs', line 966 def next_token @next_token end |
#site_id ⇒ ::String
Returns the value of attribute site_id.
964 965 966 |
# File 'sig/types.rbs', line 964 def site_id @site_id end |