Class: Aws::Types::View
- Inherits:
-
Object
- Object
- Aws::Types::View
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#content ⇒ Types::ViewContent
Returns the value of attribute content.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#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.
-
#type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute type.
-
#version ⇒ ::Integer
Returns the value of attribute version.
-
#version_description ⇒ ::String
Returns the value of attribute version_description.
-
#view_content_sha_256 ⇒ ::String
Returns the value of attribute view_content_sha_256.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
9394 9395 9396 |
# File 'sig/types.rbs', line 9394 def arn @arn end |
#content ⇒ Types::ViewContent
Returns the value of attribute content.
9401 9402 9403 |
# File 'sig/types.rbs', line 9401 def content @content end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
9403 9404 9405 |
# File 'sig/types.rbs', line 9403 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
9398 9399 9400 |
# File 'sig/types.rbs', line 9398 def description @description end |
#id ⇒ ::String
Returns the value of attribute id.
9393 9394 9395 |
# File 'sig/types.rbs', line 9393 def id @id end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
9404 9405 9406 |
# File 'sig/types.rbs', line 9404 def last_modified_time @last_modified_time end |
#name ⇒ ::String
Returns the value of attribute name.
9395 9396 9397 |
# File 'sig/types.rbs', line 9395 def name @name end |
#status ⇒ "PUBLISHED", "SAVED"
Returns the value of attribute status.
9396 9397 9398 |
# File 'sig/types.rbs', line 9396 def status @status end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
9402 9403 9404 |
# File 'sig/types.rbs', line 9402 def @tags end |
#type ⇒ "CUSTOMER_MANAGED", "AWS_MANAGED"
Returns the value of attribute type.
9397 9398 9399 |
# File 'sig/types.rbs', line 9397 def type @type end |
#version ⇒ ::Integer
Returns the value of attribute version.
9399 9400 9401 |
# File 'sig/types.rbs', line 9399 def version @version end |
#version_description ⇒ ::String
Returns the value of attribute version_description.
9400 9401 9402 |
# File 'sig/types.rbs', line 9400 def version_description @version_description end |
#view_content_sha_256 ⇒ ::String
Returns the value of attribute view_content_sha_256.
9405 9406 9407 |
# File 'sig/types.rbs', line 9405 def view_content_sha_256 @view_content_sha_256 end |