Class: Aws::Schemas::Types::CreateDiscovererResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cross_accountBoolean

Returns:

  • (Boolean)


146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 146

class CreateDiscovererResponse < Struct.new(
  :description,
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Returns:

  • (String)


146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 146

class CreateDiscovererResponse < Struct.new(
  :description,
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#discoverer_arnString

Returns:

  • (String)


146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 146

class CreateDiscovererResponse < Struct.new(
  :description,
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#discoverer_idString

Returns:

  • (String)


146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 146

class CreateDiscovererResponse < Struct.new(
  :description,
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#source_arnString

Returns:

  • (String)


146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 146

class CreateDiscovererResponse < Struct.new(
  :description,
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

Returns:

  • (String)


146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 146

class CreateDiscovererResponse < Struct.new(
  :description,
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Key-value pairs associated with a resource.

Returns:

  • (Hash<String,String>)


146
147
148
149
150
151
152
153
154
155
156
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 146

class CreateDiscovererResponse < Struct.new(
  :description,
  :discoverer_arn,
  :discoverer_id,
  :source_arn,
  :state,
  :cross_account,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end