Class: Aws::Types::UpdateViewMetadataRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name])

Instance Attribute Summary collapse

Instance Attribute Details

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


9154
9155
9156
# File 'sig/types.rbs', line 9154

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9151
9152
9153
# File 'sig/types.rbs', line 9151

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9153
9154
9155
# File 'sig/types.rbs', line 9153

def name
  @name
end

#view_id::String

Returns the value of attribute view_id.

Returns:

  • (::String)


9152
9153
9154
# File 'sig/types.rbs', line 9152

def view_id
  @view_id
end