Class: Aws::Types::ServiceTemplateSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description, :display_name])

Instance Attribute Summary collapse

Instance Attribute Details

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


1447
1448
1449
# File 'sig/types.rbs', line 1447

def arn
  @arn
end

#created_at ⇒ ::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1448
1449
1450
# File 'sig/types.rbs', line 1448

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def display_name
  @display_name
end

#last_modified_at ⇒ ::Time

Returns the value of attribute last_modified_at.

Returns:

  • (::Time)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def last_modified_at
  @last_modified_at
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1452
1453
1454
# File 'sig/types.rbs', line 1452

def name
  @name
end

#pipeline_provisioning ⇒ "CUSTOMER_MANAGED"

Returns the value of attribute pipeline_provisioning.

Returns:

  • ("CUSTOMER_MANAGED")


1453
1454
1455
# File 'sig/types.rbs', line 1453

def pipeline_provisioning
  @pipeline_provisioning
end

Returns the value of attribute recommended_version.

Returns:

  • (::String)


1454
1455
1456
# File 'sig/types.rbs', line 1454

def recommended_version
  @recommended_version
end