Class: Aws::Types::Template
- Inherits:
-
Object
- Object
- Aws::Types::Template
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#definition ⇒ Types::TemplateDefinition
Returns the value of attribute definition.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
-
#policy_schema ⇒ ::Integer
Returns the value of attribute policy_schema.
-
#revision ⇒ Types::TemplateRevision
Returns the value of attribute revision.
-
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
568 569 570 |
# File 'sig/types.rbs', line 568 def arn @arn end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
569 570 571 |
# File 'sig/types.rbs', line 569 def connector_arn @connector_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
570 571 572 |
# File 'sig/types.rbs', line 570 def created_at @created_at end |
#definition ⇒ Types::TemplateDefinition
Returns the value of attribute definition.
571 572 573 |
# File 'sig/types.rbs', line 571 def definition @definition end |
#name ⇒ ::String
Returns the value of attribute name.
572 573 574 |
# File 'sig/types.rbs', line 572 def name @name end |
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
573 574 575 |
# File 'sig/types.rbs', line 573 def object_identifier @object_identifier end |
#policy_schema ⇒ ::Integer
Returns the value of attribute policy_schema.
574 575 576 |
# File 'sig/types.rbs', line 574 def policy_schema @policy_schema end |
#revision ⇒ Types::TemplateRevision
Returns the value of attribute revision.
575 576 577 |
# File 'sig/types.rbs', line 575 def revision @revision end |
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
576 577 578 |
# File 'sig/types.rbs', line 576 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
577 578 579 |
# File 'sig/types.rbs', line 577 def updated_at @updated_at end |