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)


844
845
846
# File 'sig/types.rbs', line 844

def job_id
  @job_id
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


846
847
848
# File 'sig/types.rbs', line 846

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


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.

Returns:

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


847
848
849
# File 'sig/types.rbs', line 847

def sort_key
  @sort_key
end