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.
8749 8750 8751 |
# File 'sig/types.rbs', line 8749 def content_digest @content_digest end |
#content_type ⇒ ::String
Returns the value of attribute content_type.
8748 8749 8750 |
# File 'sig/types.rbs', line 8748 def content_type @content_type end |
#s3_uri ⇒ ::String
Returns the value of attribute s3_uri.
8750 8751 8752 |
# File 'sig/types.rbs', line 8750 def s3_uri @s3_uri end |