Class: Aws::Schemas::Types::UpdateDiscovererResponse

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)


1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-schemas/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

#descriptionString

Returns:

  • (String)


1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-schemas/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_arnString

Returns:

  • (String)


1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-schemas/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_idString

Returns:

  • (String)


1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-schemas/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_arnString

Returns:

  • (String)


1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-schemas/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

#stateString

Returns:

  • (String)


1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-schemas/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

#tagsHash<String,String>

Key-value pairs associated with a resource.

Returns:

  • (Hash<String,String>)


1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
# File 'gems/aws-sdk-schemas/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