Class: Aws::Types::ListProfileObjectTypeTemplateItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


1896
1897
1898
# File 'sig/types.rbs', line 1896

def source_name
  @source_name
end

#source_object::String

Returns the value of attribute source_object.

Returns:

  • (::String)


1897
1898
1899
# File 'sig/types.rbs', line 1897

def source_object
  @source_object
end

#template_id::String

Returns the value of attribute template_id.

Returns:

  • (::String)


1895
1896
1897
# File 'sig/types.rbs', line 1895

def template_id
  @template_id
end