Class: Aws::ResourceExplorer2::Types::RegionStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb

Overview

Contains information about the status of Resource Explorer configuration in a specific Amazon Web Services Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#indexTypes::IndexStatus

The status information for the Resource Explorer index in this Region.

Returns:



1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1605

class RegionStatus < Struct.new(
  :region,
  :index,
  :view)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The Amazon Web Services Region for which this status information applies.

Returns:

  • (String)


1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1605

class RegionStatus < Struct.new(
  :region,
  :index,
  :view)
  SENSITIVE = []
  include Aws::Structure
end

#viewTypes::ViewStatus

The status information for the Resource Explorer view in this Region.

Returns:



1605
1606
1607
1608
1609
1610
1611
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1605

class RegionStatus < Struct.new(
  :region,
  :index,
  :view)
  SENSITIVE = []
  include Aws::Structure
end