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.
1875 1876 1877 |
# File 'sig/types.rbs', line 1875 def client_token @client_token end |
#content ⇒ Types::ViewInputContent
Returns the value of attribute content.
1877 1878 1879 |
# File 'sig/types.rbs', line 1877 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1878 1879 1880 |
# File 'sig/types.rbs', line 1878 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1874 1875 1876 |
# File 'sig/types.rbs', line 1874 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1879 1880 1881 |
# File 'sig/types.rbs', line 1879 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1876 1877 1878 |
# File 'sig/types.rbs', line 1876 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1880 1881 1882 |
# File 'sig/types.rbs', line 1880 def @tags end |