Class: Aws::Types::ShaderCacheSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def application_arn
  @application_arn
end

#associated_stream_groups::Array[::String]

Returns the value of attribute associated_stream_groups.

Returns:

  • (::Array[::String])


504
505
506
# File 'sig/types.rbs', line 504

def associated_stream_groups
  @associated_stream_groups
end

#identifier::String

Returns the value of attribute identifier.

Returns:

  • (::String)


499
500
501
# File 'sig/types.rbs', line 499

def identifier
  @identifier
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


502
503
504
# File 'sig/types.rbs', line 502

def last_updated_at
  @last_updated_at
end

#status"INITIALIZED", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZED", "PROCESSING", "READY", "DELETING", "ERROR")


501
502
503
# File 'sig/types.rbs', line 501

def status
  @status
end

#storage_bytes::Integer

Returns the value of attribute storage_bytes.

Returns:

  • (::Integer)


503
504
505
# File 'sig/types.rbs', line 503

def storage_bytes
  @storage_bytes
end