Class: Aws::Types::UpdateViewContentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#contentTypes::ViewInputContent

Returns the value of attribute content.



8912
8913
8914
# File 'sig/types.rbs', line 8912

def content
  @content
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8909
8910
8911
# File 'sig/types.rbs', line 8909

def instance_id
  @instance_id
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


8911
8912
8913
# File 'sig/types.rbs', line 8911

def status
  @status
end

#view_id::String

Returns the value of attribute view_id.

Returns:

  • (::String)


8910
8911
8912
# File 'sig/types.rbs', line 8910

def view_id
  @view_id
end