Class: Aws::Types::CreateViewVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateViewVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
-
#view_content_sha_256 ⇒ ::String
Returns the value of attribute view_content_sha_256.
-
#view_id ⇒ ::String
Returns the value of attribute view_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
1944 1945 1946 |
# File 'sig/types.rbs', line 1944 def instance_id @instance_id end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def version_description @version_description end |
#view_content_sha_256 ⇒ ::String
Returns the value of attribute view_content_sha_256.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def view_content_sha_256 @view_content_sha_256 end |
#view_id ⇒ ::String
Returns the value of attribute view_id.
1945 1946 1947 |
# File 'sig/types.rbs', line 1945 def view_id @view_id end |