Class: Aws::ResourceExplorer2::Types::RegionStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::RegionStatus
- 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
-
#index ⇒ Types::IndexStatus
The status information for the Resource Explorer index in this Region.
-
#region ⇒ String
The Amazon Web Services Region for which this status information applies.
-
#view ⇒ Types::ViewStatus
The status information for the Resource Explorer view in this Region.
Instance Attribute Details
#index ⇒ Types::IndexStatus
The status information for the Resource Explorer index in this Region.
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 |
#region ⇒ String
The Amazon Web Services Region for which this status information applies.
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 |
#view ⇒ Types::ViewStatus
The status information for the Resource Explorer view in this Region.
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 |