Class: Aws::Types::GetRunCacheResponse

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:

  • (::String)


1011
1012
1013
# File 'sig/types.rbs', line 1011

def arn
  @arn
end

#cache_behavior"CACHE_ON_FAILURE", "CACHE_ALWAYS"

Returns the value of attribute cache_behavior.

Returns:

  • ("CACHE_ON_FAILURE", "CACHE_ALWAYS")


1012
1013
1014
# File 'sig/types.rbs', line 1012

def cache_behavior
  @cache_behavior
end

#cache_bucket_owner_id::String

Returns the value of attribute cache_bucket_owner_id.

Returns:

  • (::String)


1013
1014
1015
# File 'sig/types.rbs', line 1013

def cache_bucket_owner_id
  @cache_bucket_owner_id
end

#cache_s3_uri::String

Returns the value of attribute cache_s3_uri.

Returns:

  • (::String)


1014
1015
1016
# File 'sig/types.rbs', line 1014

def cache_s3_uri
  @cache_s3_uri
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


1015
1016
1017
# File 'sig/types.rbs', line 1015

def creation_time
  @creation_time
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1016
1017
1018
# File 'sig/types.rbs', line 1016

def description
  @description
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1017
1018
1019
# File 'sig/types.rbs', line 1017

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1018
1019
1020
# File 'sig/types.rbs', line 1018

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETED", "FAILED")


1019
1020
1021
# File 'sig/types.rbs', line 1019

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


1020
1021
1022
# File 'sig/types.rbs', line 1020

def tags
  @tags
end