Class: Aws::Types::CreateJobTemplateResponse

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:



96
97
98
# File 'sig/types.rbs', line 96

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



97
98
99
# File 'sig/types.rbs', line 97

def created_at
  @created_at
end

#id::String

Returns the value of attribute id.

Returns:



94
95
96
# File 'sig/types.rbs', line 94

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



95
96
97
# File 'sig/types.rbs', line 95

def name
  @name
end