Class: Aws::Types::TemplateSummary
- Inherits:
-
Object
- Object
- Aws::Types::TemplateSummary
- 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.
605 606 607 |
# File 'sig/types.rbs', line 605 def arn @arn end |
#connector_arn ⇒ ::String
Returns the value of attribute connector_arn.
606 607 608 |
# File 'sig/types.rbs', line 606 def connector_arn @connector_arn end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
607 608 609 |
# File 'sig/types.rbs', line 607 def created_at @created_at end |
#definition ⇒ Types::TemplateDefinition
Returns the value of attribute definition.
608 609 610 |
# File 'sig/types.rbs', line 608 def definition @definition end |
#name ⇒ ::String
Returns the value of attribute name.
609 610 611 |
# File 'sig/types.rbs', line 609 def name @name end |
#object_identifier ⇒ ::String
Returns the value of attribute object_identifier.
610 611 612 |
# File 'sig/types.rbs', line 610 def object_identifier @object_identifier end |
#policy_schema ⇒ ::Integer
Returns the value of attribute policy_schema.
611 612 613 |
# File 'sig/types.rbs', line 611 def policy_schema @policy_schema end |
#revision ⇒ Types::TemplateRevision
Returns the value of attribute revision.
612 613 614 |
# File 'sig/types.rbs', line 612 def revision @revision end |
#status ⇒ "ACTIVE", "DELETING"
Returns the value of attribute status.
613 614 615 |
# File 'sig/types.rbs', line 613 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
614 615 616 |
# File 'sig/types.rbs', line 614 def updated_at @updated_at end |