Class: Aws::Types::CreateViewInput

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:filters, :tags])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def client_token
  @client_token
end

#filtersTypes::SearchFilter

Returns the value of attribute filters.

Returns:



78
79
80
# File 'sig/types.rbs', line 78

def filters
  @filters
end

#included_properties::Array[Types::IncludedProperty]

Returns the value of attribute included_properties.

Returns:



76
77
78
# File 'sig/types.rbs', line 76

def included_properties
  @included_properties
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def scope
  @scope
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


79
80
81
# File 'sig/types.rbs', line 79

def tags
  @tags
end

#view_name::String

Returns the value of attribute view_name.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def view_name
  @view_name
end