Class: Aws::Types::DescribeEventDetailsForOrganizationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeEventDetailsForOrganizationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#locale ⇒ ::String
Returns the value of attribute locale.
-
#organization_event_detail_filters ⇒ ::Array[Types::EventAccountFilter]
Returns the value of attribute organization_event_detail_filters.
Instance Attribute Details
#locale ⇒ ::String
Returns the value of attribute locale.
123 124 125 |
# File 'sig/types.rbs', line 123 def locale @locale end |
#organization_event_detail_filters ⇒ ::Array[Types::EventAccountFilter]
Returns the value of attribute organization_event_detail_filters.
122 123 124 |
# File 'sig/types.rbs', line 122 def organization_event_detail_filters @organization_event_detail_filters end |