Class: Aws::Types::CreateViewRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateViewRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#content ⇒ Types::ViewInputContent
Returns the value of attribute content.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1913 1914 1915 |
# File 'sig/types.rbs', line 1913 def client_token @client_token end |
#content ⇒ Types::ViewInputContent
Returns the value of attribute content.
1915 1916 1917 |
# File 'sig/types.rbs', line 1915 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1916 1917 1918 |
# File 'sig/types.rbs', line 1916 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1912 1913 1914 |
# File 'sig/types.rbs', line 1912 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1917 1918 1919 |
# File 'sig/types.rbs', line 1917 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1914 1915 1916 |
# File 'sig/types.rbs', line 1914 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1918 1919 1920 |
# File 'sig/types.rbs', line 1918 def @tags end |