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.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
270 271 272 |
# File 'sig/types.rbs', line 270 def arn @arn end |
#content ⇒ Types::ViewContent
Returns the value of attribute content.
273 274 275 |
# File 'sig/types.rbs', line 273 def content @content end |
#id ⇒ ::String
Returns the value of attribute id.
269 270 271 |
# File 'sig/types.rbs', line 269 def id @id end |
#name ⇒ ::String
Returns the value of attribute name.
271 272 273 |
# File 'sig/types.rbs', line 271 def name @name end |
#version ⇒ ::Integer
Returns the value of attribute version.
272 273 274 |
# File 'sig/types.rbs', line 272 def version @version end |