Class: Aws::Schemas::Types::DescribeDiscovererResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::DescribeDiscovererResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-schemas/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #cross_account ⇒ Boolean
- #description ⇒ String
- #discoverer_arn ⇒ String
- #discoverer_id ⇒ String
- #source_arn ⇒ String
- #state ⇒ String
-
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
Instance Attribute Details
#cross_account ⇒ Boolean
466 467 468 469 470 471 472 473 474 475 476 |
# File 'lib/aws-sdk-schemas/types.rb', line 466 class DescribeDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
466 467 468 469 470 471 472 473 474 475 476 |
# File 'lib/aws-sdk-schemas/types.rb', line 466 class DescribeDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#discoverer_arn ⇒ String
466 467 468 469 470 471 472 473 474 475 476 |
# File 'lib/aws-sdk-schemas/types.rb', line 466 class DescribeDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#discoverer_id ⇒ String
466 467 468 469 470 471 472 473 474 475 476 |
# File 'lib/aws-sdk-schemas/types.rb', line 466 class DescribeDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
466 467 468 469 470 471 472 473 474 475 476 |
# File 'lib/aws-sdk-schemas/types.rb', line 466 class DescribeDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
466 467 468 469 470 471 472 473 474 475 476 |
# File 'lib/aws-sdk-schemas/types.rb', line 466 class DescribeDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
466 467 468 469 470 471 472 473 474 475 476 |
# File 'lib/aws-sdk-schemas/types.rb', line 466 class DescribeDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |