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:



857
858
859
# File 'sig/types.rbs', line 857

def access_details
  @access_details
end

#error_detailsTypes::ErrorDetails

Returns the value of attribute error_details.

Returns:



860
861
862
# File 'sig/types.rbs', line 860

def error_details
  @error_details
end

#is_truncatedBoolean

Returns the value of attribute is_truncated.

Returns:

  • (Boolean)


858
859
860
# File 'sig/types.rbs', line 858

def is_truncated
  @is_truncated
end

#job_completion_date::Time

Returns the value of attribute job_completion_date.

Returns:

  • (::Time)


854
855
856
# File 'sig/types.rbs', line 854

def job_completion_date
  @job_completion_date
end

#job_creation_date::Time

Returns the value of attribute job_creation_date.

Returns:

  • (::Time)


853
854
855
# File 'sig/types.rbs', line 853

def job_creation_date
  @job_creation_date
end

#job_status"IN_PROGRESS", ...

Returns the value of attribute job_status.

Returns:

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


852
853
854
# File 'sig/types.rbs', line 852

def job_status
  @job_status
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def marker
  @marker
end

#number_of_services_accessible::Integer

Returns the value of attribute number_of_services_accessible.

Returns:

  • (::Integer)


855
856
857
# File 'sig/types.rbs', line 855

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)


856
857
858
# File 'sig/types.rbs', line 856

def number_of_services_not_accessed
  @number_of_services_not_accessed
end