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.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def client_token @client_token end |
#content ⇒ Types::ViewInputContent
Returns the value of attribute content.
1952 1953 1954 |
# File 'sig/types.rbs', line 1952 def content @content end |
#description ⇒ ::String
Returns the value of attribute description.
1953 1954 1955 |
# File 'sig/types.rbs', line 1953 def description @description end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1949 1950 1951 |
# File 'sig/types.rbs', line 1949 def instance_id @instance_id end |
#name ⇒ ::String
Returns the value of attribute name.
1954 1955 1956 |
# File 'sig/types.rbs', line 1954 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
1951 1952 1953 |
# File 'sig/types.rbs', line 1951 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
1955 1956 1957 |
# File 'sig/types.rbs', line 1955 def @tags end |