Class: Aws::Types::GetOrganizationsAccessReportRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetOrganizationsAccessReportRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#job_id ⇒ ::String
Returns the value of attribute job_id.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
-
#sort_key ⇒ "SERVICE_NAMESPACE_ASCENDING", ...
Returns the value of attribute sort_key.
Instance Attribute Details
#job_id ⇒ ::String
Returns the value of attribute job_id.
824 825 826 |
# File 'sig/types.rbs', line 824 def job_id @job_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
826 827 828 |
# File 'sig/types.rbs', line 826 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
825 826 827 |
# File 'sig/types.rbs', line 825 def max_items @max_items end |
#sort_key ⇒ "SERVICE_NAMESPACE_ASCENDING", ...
Returns the value of attribute sort_key.
827 828 829 |
# File 'sig/types.rbs', line 827 def sort_key @sort_key end |