Class: Aws::ResourceExplorer2::Types::OrgConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourceexplorer2/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

Instance Attribute Details

#aws_service_access_statusString

This value displays whether your Amazon Web Services service access is ENABLED or DISABLED.

Returns:

  • (String)


938
939
940
941
942
943
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 938

class OrgConfiguration < Struct.new(
  :aws_service_access_status,
  :service_linked_role)
  SENSITIVE = []
  include Aws::Structure
end

#service_linked_roleString

This value shows whether or not you have a valid a service-linked role required to start the multi-account search feature.

Returns:

  • (String)


938
939
940
941
942
943
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 938

class OrgConfiguration < Struct.new(
  :aws_service_access_status,
  :service_linked_role)
  SENSITIVE = []
  include Aws::Structure
end