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.



9141
9142
9143
# File 'sig/types.rbs', line 9141

def content
  @content
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


9138
9139
9140
# File 'sig/types.rbs', line 9138

def instance_id
  @instance_id
end

#status"PUBLISHED", "SAVED"

Returns the value of attribute status.

Returns:

  • ("PUBLISHED", "SAVED")


9140
9141
9142
# File 'sig/types.rbs', line 9140

def status
  @status
end

#view_id::String

Returns the value of attribute view_id.

Returns:

  • (::String)


9139
9140
9141
# File 'sig/types.rbs', line 9139

def view_id
  @view_id
end