Class: Aws::Types::ListPrincipalsRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListPrincipalsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
-
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
-
#resource_owner ⇒ "SELF", "OTHER-ACCOUNTS"
Returns the value of attribute resource_owner.
-
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
379 380 381 |
# File 'sig/types.rbs', line 379 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
378 379 380 |
# File 'sig/types.rbs', line 378 def next_token @next_token end |
#principals ⇒ ::Array[::String]
Returns the value of attribute principals.
375 376 377 |
# File 'sig/types.rbs', line 375 def principals @principals end |
#resource_arn ⇒ ::String
Returns the value of attribute resource_arn.
374 375 376 |
# File 'sig/types.rbs', line 374 def resource_arn @resource_arn end |
#resource_owner ⇒ "SELF", "OTHER-ACCOUNTS"
Returns the value of attribute resource_owner.
373 374 375 |
# File 'sig/types.rbs', line 373 def resource_owner @resource_owner end |
#resource_share_arns ⇒ ::Array[::String]
Returns the value of attribute resource_share_arns.
377 378 379 |
# File 'sig/types.rbs', line 377 def resource_share_arns @resource_share_arns end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
376 377 378 |
# File 'sig/types.rbs', line 376 def resource_type @resource_type end |