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.
1929 1930 1931 |
# File 'sig/types.rbs', line 1929 def client_token @client_token end |
#content ⇒ Types::ViewInputContent
Returns the value of attribute content.
1931 1932 1933 |
# File 'sig/types.rbs', line 1931 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1932 1933 1934 |
# File 'sig/types.rbs', line 1932 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1928 1929 1930 |
# File 'sig/types.rbs', line 1928 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1933 1934 1935 |
# File 'sig/types.rbs', line 1933 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1930 1931 1932 |
# File 'sig/types.rbs', line 1930 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1934 1935 1936 |
# File 'sig/types.rbs', line 1934 def @tags end |