Class: Aws::Types::GetOrganizationsAccessReportResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_details::Array[Types::AccessDetail]

Returns the value of attribute access_details.

Returns:



837
838
839
# File 'sig/types.rbs', line 837

def access_details
  @access_details
end

#error_detailsTypes::ErrorDetails

Returns the value of attribute error_details.

Returns:



840
841
842
# File 'sig/types.rbs', line 840

def error_details
  @error_details
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


838
839
840
# File 'sig/types.rbs', line 838

def is_truncated
  @is_truncated
end

#job_completion_date::Time

Returns the value of attribute job_completion_date.

Returns:

  • (::Time)


834
835
836
# File 'sig/types.rbs', line 834

def job_completion_date
  @job_completion_date
end

#job_creation_date::Time

Returns the value of attribute job_creation_date.

Returns:

  • (::Time)


833
834
835
# File 'sig/types.rbs', line 833

def job_creation_date
  @job_creation_date
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:

  • ("IN_PROGRESS", "COMPLETED", "FAILED")


832
833
834
# File 'sig/types.rbs', line 832

def job_status
  @job_status
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


839
840
841
# File 'sig/types.rbs', line 839

def marker
  @marker
end

#number_of_services_accessible::Integer

Returns the value of attribute number_of_services_accessible.

Returns:

  • (::Integer)


835
836
837
# File 'sig/types.rbs', line 835

def number_of_services_accessible
  @number_of_services_accessible
end

#number_of_services_not_accessed::Integer

Returns the value of attribute number_of_services_not_accessed.

Returns:

  • (::Integer)


836
837
838
# File 'sig/types.rbs', line 836

def number_of_services_not_accessed
  @number_of_services_not_accessed
end