Class: Aws::Types::TemplateSummary

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)


605
606
607
# File 'sig/types.rbs', line 605

def arn
  @arn
end

#connector_arn::String

Returns the value of attribute connector_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


607
608
609
# File 'sig/types.rbs', line 607

def created_at
  @created_at
end

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

Returns:

  • (::String)


609
610
611
# File 'sig/types.rbs', line 609

def name
  @name
end

#object_identifier::String

Returns the value of attribute object_identifier.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


611
612
613
# File 'sig/types.rbs', line 611

def policy_schema
  @policy_schema
end

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

Returns:

  • ("ACTIVE", "DELETING")


613
614
615
# File 'sig/types.rbs', line 613

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


614
615
616
# File 'sig/types.rbs', line 614

def updated_at
  @updated_at
end