Class: Aws::Types::MetricsAndOperator
- Inherits:
-
Object
- Object
- Aws::Types::MetricsAndOperator
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
-
#prefix ⇒ ::String
Returns the value of attribute prefix.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#access_point_arn ⇒ ::String
Returns the value of attribute access_point_arn.
1965 1966 1967 |
# File 'sig/types.rbs', line 1965 def access_point_arn @access_point_arn end |
#prefix ⇒ ::String
Returns the value of attribute prefix.
1963 1964 1965 |
# File 'sig/types.rbs', line 1963 def prefix @prefix end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1964 1965 1966 |
# File 'sig/types.rbs', line 1964 def @tags end |