Class: Aws::Types::DescribeLabelRequest
- Inherits:
-
Object
- Object
- Aws::Types::DescribeLabelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
-
#label_id ⇒ ::String
Returns the value of attribute label_id.
Instance Attribute Details
#label_group_name ⇒ ::String
Returns the value of attribute label_group_name.
300 301 302 |
# File 'sig/types.rbs', line 300 def label_group_name @label_group_name end |
#label_id ⇒ ::String
Returns the value of attribute label_id.
301 302 303 |
# File 'sig/types.rbs', line 301 def label_id @label_id end |