Class: Aws::Types::RecipeSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#creation_date_time ⇒ ::Time

Returns the value of attribute creation_date_time.

Returns:

  • (::Time)


1244
1245
1246
# File 'sig/types.rbs', line 1244

def creation_date_time
  @creation_date_time
end

#domain ⇒ "ECOMMERCE", "VIDEO_ON_DEMAND"

Returns the value of attribute domain.

Returns:

  • ("ECOMMERCE", "VIDEO_ON_DEMAND")


1246
1247
1248
# File 'sig/types.rbs', line 1246

def domain
  @domain
end

#last_updated_date_time ⇒ ::Time

Returns the value of attribute last_updated_date_time.

Returns:

  • (::Time)


1245
1246
1247
# File 'sig/types.rbs', line 1245

def last_updated_date_time
  @last_updated_date_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


1241
1242
1243
# File 'sig/types.rbs', line 1241

def name
  @name
end

#recipe_arn ⇒ ::String

Returns the value of attribute recipe_arn.

Returns:

  • (::String)


1242
1243
1244
# File 'sig/types.rbs', line 1242

def recipe_arn
  @recipe_arn
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


1243
1244
1245
# File 'sig/types.rbs', line 1243

def status
  @status
end