Class: Aws::Firehose::Types::TagrisVerifyResourcesExistInput

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_sweep_listArray<Types::TagrisSweepListItem>

Returns:



4841
4842
4843
4844
4845
# File 'lib/aws-sdk-firehose/types.rb', line 4841

class TagrisVerifyResourcesExistInput < Struct.new(
  :tagris_sweep_list)
  SENSITIVE = []
  include Aws::Structure
end