Class: Aws::Firehose::Types::TagrisSweepListItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-firehose/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tagris_account_idString

Returns:

  • (String)


4816
4817
4818
4819
4820
4821
4822
4823
# File 'lib/aws-sdk-firehose/types.rb', line 4816

class TagrisSweepListItem < Struct.new(
  :tagris_account_id,
  :tagris_amazon_resource_name,
  :tagris_internal_id,
  :tagris_version)
  SENSITIVE = []
  include Aws::Structure
end

#tagris_amazon_resource_nameString

Returns:

  • (String)


4816
4817
4818
4819
4820
4821
4822
4823
# File 'lib/aws-sdk-firehose/types.rb', line 4816

class TagrisSweepListItem < Struct.new(
  :tagris_account_id,
  :tagris_amazon_resource_name,
  :tagris_internal_id,
  :tagris_version)
  SENSITIVE = []
  include Aws::Structure
end

#tagris_internal_idString

Returns:

  • (String)


4816
4817
4818
4819
4820
4821
4822
4823
# File 'lib/aws-sdk-firehose/types.rb', line 4816

class TagrisSweepListItem < Struct.new(
  :tagris_account_id,
  :tagris_amazon_resource_name,
  :tagris_internal_id,
  :tagris_version)
  SENSITIVE = []
  include Aws::Structure
end

#tagris_versionInteger

Returns:

  • (Integer)


4816
4817
4818
4819
4820
4821
4822
4823
# File 'lib/aws-sdk-firehose/types.rb', line 4816

class TagrisSweepListItem < Struct.new(
  :tagris_account_id,
  :tagris_amazon_resource_name,
  :tagris_internal_id,
  :tagris_version)
  SENSITIVE = []
  include Aws::Structure
end