Class: Aws::Types::RunCacheListItem

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:



1966
1967
1968
# File 'sig/types.rbs', line 1966

def arn
  @arn
end

#cache_behavior"CACHE_ON_FAILURE", "CACHE_ALWAYS"

Returns the value of attribute cache_behavior.

Returns:



1967
1968
1969
# File 'sig/types.rbs', line 1967

def cache_behavior
  @cache_behavior
end

#cache_s3_uri::String

Returns the value of attribute cache_s3_uri.

Returns:



1968
1969
1970
# File 'sig/types.rbs', line 1968

def cache_s3_uri
  @cache_s3_uri
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



1969
1970
1971
# File 'sig/types.rbs', line 1969

def creation_time
  @creation_time
end

#id::String

Returns the value of attribute id.

Returns:



1970
1971
1972
# File 'sig/types.rbs', line 1970

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



1971
1972
1973
# File 'sig/types.rbs', line 1971

def name
  @name
end

#status"ACTIVE", ...

Returns the value of attribute status.

Returns:



1972
1973
1974
# File 'sig/types.rbs', line 1972

def status
  @status
end