Class: Aws::ResourceExplorer2::Types::ServiceView
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ServiceView
- Defined in:
- gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb
Overview
Contains the configuration and properties of a Resource Explorer service view.
Constant Summary collapse
- SENSITIVE =
[:filters]
Instance Attribute Summary collapse
-
#filters ⇒ Types::SearchFilter
A search filter defines which resources can be part of a search query result set.
-
#included_properties ⇒ Array<Types::IncludedProperty>
A list of additional resource properties that are included in this view for search and filtering purposes.
-
#scope_type ⇒ String
The scope type of the service view, which determines what resources are included.
-
#service_view_arn ⇒ String
The Amazon Resource Name (ARN) of the service view.
-
#streaming_access_for_service ⇒ String
The Amazon Web Services service that has streaming access to this view's data.
Instance Attribute Details
#filters ⇒ Types::SearchFilter
A search filter defines which resources can be part of a search query result set.
1927 1928 1929 1930 1931 1932 1933 1934 1935 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1927 class ServiceView < Struct.new( :service_view_arn, :filters, :included_properties, :streaming_access_for_service, :scope_type) SENSITIVE = [:filters] include Aws::Structure end |
#included_properties ⇒ Array<Types::IncludedProperty>
A list of additional resource properties that are included in this view for search and filtering purposes.
1927 1928 1929 1930 1931 1932 1933 1934 1935 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1927 class ServiceView < Struct.new( :service_view_arn, :filters, :included_properties, :streaming_access_for_service, :scope_type) SENSITIVE = [:filters] include Aws::Structure end |
#scope_type ⇒ String
The scope type of the service view, which determines what resources are included.
1927 1928 1929 1930 1931 1932 1933 1934 1935 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1927 class ServiceView < Struct.new( :service_view_arn, :filters, :included_properties, :streaming_access_for_service, :scope_type) SENSITIVE = [:filters] include Aws::Structure end |
#service_view_arn ⇒ String
The Amazon Resource Name (ARN) of the service view.
1927 1928 1929 1930 1931 1932 1933 1934 1935 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1927 class ServiceView < Struct.new( :service_view_arn, :filters, :included_properties, :streaming_access_for_service, :scope_type) SENSITIVE = [:filters] include Aws::Structure end |
#streaming_access_for_service ⇒ String
The Amazon Web Services service that has streaming access to this view's data.
1927 1928 1929 1930 1931 1932 1933 1934 1935 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1927 class ServiceView < Struct.new( :service_view_arn, :filters, :included_properties, :streaming_access_for_service, :scope_type) SENSITIVE = [:filters] include Aws::Structure end |