Class: Aws::Types::UpdateViewContentRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateViewContentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content ⇒ Types::ViewInputContent
Returns the value of attribute content.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
-
#view_id ⇒ ::String
Returns the value of attribute view_id.
Instance Attribute Details
#content ⇒ Types::ViewInputContent
Returns the value of attribute content.
9254 9255 9256 |
# File 'sig/types.rbs', line 9254 def content @content end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
9251 9252 9253 |
# File 'sig/types.rbs', line 9251 def instance_id @instance_id end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
9253 9254 9255 |
# File 'sig/types.rbs', line 9253 def status @status end |
#view_id ⇒ ::String
Returns the value of attribute view_id.
9252 9253 9254 |
# File 'sig/types.rbs', line 9252 def view_id @view_id end |