Class: Aws::Types::Template

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


568
569
570
# File 'sig/types.rbs', line 568

def arn
  @arn
end

#connector_arn::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


570
571
572
# File 'sig/types.rbs', line 570

def created_at
  @created_at
end

#definitionTypes::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.

Returns:

  • (::String)


572
573
574
# File 'sig/types.rbs', line 572

def name
  @name
end

#object_identifier::String

Returns the value of attribute object_identifier.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


574
575
576
# File 'sig/types.rbs', line 574

def policy_schema
  @policy_schema
end

#revisionTypes::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.

Returns:

  • ("ACTIVE", "DELETING")


576
577
578
# File 'sig/types.rbs', line 576

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


577
578
579
# File 'sig/types.rbs', line 577

def updated_at
  @updated_at
end