Class: Aws::Types::MetricAttributionOutput
- Inherits:
-
Object
- Object
- Aws::Types::MetricAttributionOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_data_destination ⇒ Types::S3DataConfig
Returns the value of attribute s3_data_destination.
Instance Attribute Details
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
1207 1208 1209 |
# File 'sig/types.rbs', line 1207 def role_arn @role_arn end |
#s3_data_destination ⇒ Types::S3DataConfig
Returns the value of attribute s3_data_destination.
1206 1207 1208 |
# File 'sig/types.rbs', line 1206 def s3_data_destination @s3_data_destination end |