Class: Aws::ResourceExplorer2::Types::BatchGetViewInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#view_arnsArray<String>

A list of [Amazon resource names (ARNs)] that identify the views you want details for.

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (Array<String>)


101
102
103
104
105
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 101

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