Class: Aws::ResourceExplorer2::Types::OrgConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::OrgConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
This is a structure that contains the status of Amazon Web Services service access, and whether you have a valid service-linked role to enable multi-account search for your organization.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#aws_service_access_status ⇒ String
This value displays whether your Amazon Web Services service access is ‘ENABLED` or `DISABLED`.
-
#service_linked_role ⇒ String
This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.
Instance Attribute Details
#aws_service_access_status ⇒ String
This value displays whether your Amazon Web Services service access is ‘ENABLED` or `DISABLED`.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1191 class OrgConfiguration < Struct.new( :aws_service_access_status, :service_linked_role) SENSITIVE = [] include Aws::Structure end |
#service_linked_role ⇒ String
This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.
1191 1192 1193 1194 1195 1196 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1191 class OrgConfiguration < Struct.new( :aws_service_access_status, :service_linked_role) SENSITIVE = [] include Aws::Structure end |