Class: Aws::Types::ListTrustedEntitySetsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListTrustedEntitySetsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#trusted_entity_set_ids ⇒ ::Array[::String]
Returns the value of attribute trusted_entity_set_ids.
Instance Attribute Details
#next_token ⇒ ::String
Returns the value of attribute next_token.
2075 2076 2077 |
# File 'sig/types.rbs', line 2075 def next_token @next_token end |
#trusted_entity_set_ids ⇒ ::Array[::String]
Returns the value of attribute trusted_entity_set_ids.
2074 2075 2076 |
# File 'sig/types.rbs', line 2074 def trusted_entity_set_ids @trusted_entity_set_ids end |