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)


9285
9286
9287
# File 'sig/types.rbs', line 9285

def description
  @description
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9282
9283
9284
# File 'sig/types.rbs', line 9282

def instance_id
  @instance_id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


9284
9285
9286
# File 'sig/types.rbs', line 9284

def name
  @name
end

#view_id::String

Returns the value of attribute view_id.

Returns:

  • (::String)


9283
9284
9285
# File 'sig/types.rbs', line 9283

def view_id
  @view_id
end