Class: Aws::Types::ListTrustedEntitySetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListTrustedEntitySetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#detector_id ⇒ ::String
Returns the value of attribute detector_id.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def detector_id @detector_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def next_token @next_token end |