Class: Aws::Types::ShaderCacheSummary
- Inherits:
-
Object
- Object
- Aws::Types::ShaderCacheSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#associated_stream_groups ⇒ ::Array[::String]
Returns the value of attribute associated_stream_groups.
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#last_updated_at ⇒ ::Time
Returns the value of attribute last_updated_at.
-
#status ⇒ "INITIALIZED", ...
Returns the value of attribute status.
-
#storage_bytes ⇒ ::Integer
Returns the value of attribute storage_bytes.
Instance Attribute Details
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
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.
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.
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.
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.
501 502 503 |
# File 'sig/types.rbs', line 501 def status @status end |
#storage_bytes ⇒ ::Integer
Returns the value of attribute storage_bytes.
503 504 505 |
# File 'sig/types.rbs', line 503 def storage_bytes @storage_bytes end |