Class: Aws::Types::DescribeAffectedEntitiesForOrganizationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeAffectedEntitiesForOrganizationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#entities ⇒ ::Array[Types::AffectedEntity]
Returns the value of attribute entities.
-
#failed_set ⇒ ::Array[Types::OrganizationAffectedEntitiesErrorItem]
Returns the value of attribute failed_set.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#entities ⇒ ::Array[Types::AffectedEntity]
Returns the value of attribute entities.
66 67 68 |
# File 'sig/types.rbs', line 66 def entities @entities end |
#failed_set ⇒ ::Array[Types::OrganizationAffectedEntitiesErrorItem]
Returns the value of attribute failed_set.
67 68 69 |
# File 'sig/types.rbs', line 67 def failed_set @failed_set end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
68 69 70 |
# File 'sig/types.rbs', line 68 def next_token @next_token end |