Class: Aws::Types::CreateRunCacheRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#cache_behavior"CACHE_ON_FAILURE", "CACHE_ALWAYS"

Returns the value of attribute cache_behavior.

Returns:

  • ("CACHE_ON_FAILURE", "CACHE_ALWAYS")


338
339
340
# File 'sig/types.rbs', line 338

def cache_behavior
  @cache_behavior
end

#cache_bucket_owner_id::String

Returns the value of attribute cache_bucket_owner_id.

Returns:

  • (::String)


344
345
346
# File 'sig/types.rbs', line 344

def cache_bucket_owner_id
  @cache_bucket_owner_id
end

#cache_s3_location::String

Returns the value of attribute cache_s3_location.

Returns:

  • (::String)


339
340
341
# File 'sig/types.rbs', line 339

def cache_s3_location
  @cache_s3_location
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


340
341
342
# File 'sig/types.rbs', line 340

def description
  @description
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


341
342
343
# File 'sig/types.rbs', line 341

def name
  @name
end

#request_id::String

Returns the value of attribute request_id.

Returns:

  • (::String)


342
343
344
# File 'sig/types.rbs', line 342

def request_id
  @request_id
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


343
344
345
# File 'sig/types.rbs', line 343

def tags
  @tags
end