Class: Aws::Types::FlowTemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::FlowTemplateSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#revision_number ⇒ ::Integer
Returns the value of attribute revision_number.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
202 203 204 |
# File 'sig/types.rbs', line 202 def arn @arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
204 205 206 |
# File 'sig/types.rbs', line 204 def created_at @created_at end |
#id ⇒ ::String
Returns the value of attribute id.
201 202 203 |
# File 'sig/types.rbs', line 201 def id @id end |
#revision_number ⇒ ::Integer
Returns the value of attribute revision_number.
203 204 205 |
# File 'sig/types.rbs', line 203 def revision_number @revision_number end |