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.
844 845 846 |
# File 'sig/types.rbs', line 844 def job_id @job_id end |
#marker ⇒ ::String
Returns the value of attribute marker.
846 847 848 |
# File 'sig/types.rbs', line 846 def marker @marker end |
#max_items ⇒ ::Integer
Returns the value of attribute max_items.
845 846 847 |
# File 'sig/types.rbs', line 845 def max_items @max_items end |
#sort_key ⇒ "SERVICE_NAMESPACE_ASCENDING", ...
Returns the value of attribute sort_key.
847 848 849 |
# File 'sig/types.rbs', line 847 def sort_key @sort_key end |