Class: Aws::Schemas::Types::CreateDiscovererRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Schemas::Types::CreateDiscovererRequest
- 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
- #source_arn ⇒ String
-
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
Instance Attribute Details
#cross_account ⇒ Boolean
113 114 115 116 117 118 119 120 |
# File 'lib/aws-sdk-schemas/types.rb', line 113 class CreateDiscovererRequest < Struct.new( :description, :source_arn, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
113 114 115 116 117 118 119 120 |
# File 'lib/aws-sdk-schemas/types.rb', line 113 class CreateDiscovererRequest < Struct.new( :description, :source_arn, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#source_arn ⇒ String
113 114 115 116 117 118 119 120 |
# File 'lib/aws-sdk-schemas/types.rb', line 113 class CreateDiscovererRequest < Struct.new( :description, :source_arn, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Key-value pairs associated with a resource.
113 114 115 116 117 118 119 120 |
# File 'lib/aws-sdk-schemas/types.rb', line 113 class CreateDiscovererRequest < Struct.new( :description, :source_arn, :cross_account, :tags) SENSITIVE = [] include Aws::Structure end |