Class: Aws::Types::GetOrganizationsAccessReportRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id::String

Returns the value of attribute job_id.

Returns:

  • (::String)


824
825
826
# File 'sig/types.rbs', line 824

def job_id
  @job_id
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


826
827
828
# File 'sig/types.rbs', line 826

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


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.

Returns:

  • ("SERVICE_NAMESPACE_ASCENDING", "SERVICE_NAMESPACE_DESCENDING", "LAST_AUTHENTICATED_TIME_ASCENDING", "LAST_AUTHENTICATED_TIME_DESCENDING")


827
828
829
# File 'sig/types.rbs', line 827

def sort_key
  @sort_key
end