Class: Aws::Types::GetOrganizationsAccessReportResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetOrganizationsAccessReportResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_details ⇒ ::Array[Types::AccessDetail]
Returns the value of attribute access_details.
-
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
-
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
-
#job_completion_date ⇒ ::Time
Returns the value of attribute job_completion_date.
-
#job_creation_date ⇒ ::Time
Returns the value of attribute job_creation_date.
-
#job_status ⇒ "IN_PROGRESS", ...
Returns the value of attribute job_status.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#number_of_services_accessible ⇒ ::Integer
Returns the value of attribute number_of_services_accessible.
-
#number_of_services_not_accessed ⇒ ::Integer
Returns the value of attribute number_of_services_not_accessed.
Instance Attribute Details
#access_details ⇒ ::Array[Types::AccessDetail]
Returns the value of attribute access_details.
857 858 859 |
# File 'sig/types.rbs', line 857 def access_details @access_details end |
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
860 861 862 |
# File 'sig/types.rbs', line 860 def error_details @error_details end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
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.
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.
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.
852 853 854 |
# File 'sig/types.rbs', line 852 def job_status @job_status end |
#marker ⇒ ::String
Returns the value of attribute marker.
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.
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.
856 857 858 |
# File 'sig/types.rbs', line 856 def number_of_services_not_accessed @number_of_services_not_accessed end |