Class: Aws::Schemas::Types::UpdateDiscovererResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::UpdateDiscovererResponse
- 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
1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 |
# File 'lib/aws-sdk-schemas/types.rb', line 1800 class UpdateDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 |
# File 'lib/aws-sdk-schemas/types.rb', line 1800 class UpdateDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#discoverer_arn ⇒ String
1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 |
# File 'lib/aws-sdk-schemas/types.rb', line 1800 class UpdateDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#discoverer_id ⇒ String
1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 |
# File 'lib/aws-sdk-schemas/types.rb', line 1800 class UpdateDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 |
# File 'lib/aws-sdk-schemas/types.rb', line 1800 class UpdateDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#state ⇒ String
1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 |
# File 'lib/aws-sdk-schemas/types.rb', line 1800 class UpdateDiscovererResponse < 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.
1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 |
# File 'lib/aws-sdk-schemas/types.rb', line 1800 class UpdateDiscovererResponse < Struct.new( :description, :discoverer_arn, :discoverer_id, :source_arn, :state, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |