Class: Aws::Types::Sample
- Inherits:
-
Object
- Object
- Aws::Types::Sample
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#type ⇒ "CPU", ...
Returns the value of attribute type.
-
#url ⇒ ::String
Returns the value of attribute url.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1182 1183 1184 |
# File 'sig/types.rbs', line 1182 def arn @arn end |
#type ⇒ "CPU", ...
Returns the value of attribute type.
1183 1184 1185 |
# File 'sig/types.rbs', line 1183 def type @type end |
#url ⇒ ::String
Returns the value of attribute url.
1184 1185 1186 |
# File 'sig/types.rbs', line 1184 def url @url end |