Class: Aws::Types::MetricsSource
- Inherits:
-
Object
- Object
- Aws::Types::MetricsSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#content_digest ⇒ ::String
Returns the value of attribute content_digest.
-
#content_type ⇒ ::String
Returns the value of attribute content_type.
-
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
Instance Attribute Details
#content_digest ⇒ ::String
Returns the value of attribute content_digest.
8796 8797 8798 |
# File 'sig/types.rbs', line 8796 def content_digest @content_digest end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
8795 8796 8797 |
# File 'sig/types.rbs', line 8795 def content_type @content_type end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
8797 8798 8799 |
# File 'sig/types.rbs', line 8797 def s3_uri @s3_uri end |