Class: Aws::Types::DescribeAffectedAccountsForOrganizationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAffectedAccountsForOrganizationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#affected_accounts ⇒ ::Array[::String]
Returns the value of attribute affected_accounts.
-
#event_scope_code ⇒ "PUBLIC", ...
Returns the value of attribute event_scope_code.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#affected_accounts ⇒ ::Array[::String]
Returns the value of attribute affected_accounts.
50 51 52 |
# File 'sig/types.rbs', line 50 def affected_accounts @affected_accounts end |
#event_scope_code ⇒ "PUBLIC", ...
Returns the value of attribute event_scope_code.
51 52 53 |
# File 'sig/types.rbs', line 51 def event_scope_code @event_scope_code end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
52 53 54 |
# File 'sig/types.rbs', line 52 def next_token @next_token end |