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.
837 838 839 |
# File 'sig/types.rbs', line 837 def access_details @access_details end |
#error_details ⇒ Types::ErrorDetails
Returns the value of attribute error_details.
840 841 842 |
# File 'sig/types.rbs', line 840 def error_details @error_details end |
#is_truncated ⇒ Boolean
Returns the value of attribute is_truncated.
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.
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.
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.
832 833 834 |
# File 'sig/types.rbs', line 832 def job_status @job_status end |
#marker ⇒ ::String
Returns the value of attribute marker.
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.
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.
836 837 838 |
# File 'sig/types.rbs', line 836 def number_of_services_not_accessed @number_of_services_not_accessed end |