Class: Aws::Types::ProposedSegmentChange
- Inherits:
-
Object
- Object
- Aws::Types::ProposedSegmentChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attachment_policy_rule_number ⇒ ::Integer
Returns the value of attribute attachment_policy_rule_number.
-
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#attachment_policy_rule_number ⇒ ::Integer
Returns the value of attribute attachment_policy_rule_number.
1531 1532 1533 |
# File 'sig/types.rbs', line 1531 def end |
#segment_name ⇒ ::String
Returns the value of attribute segment_name.
1532 1533 1534 |
# File 'sig/types.rbs', line 1532 def segment_name @segment_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
1530 1531 1532 |
# File 'sig/types.rbs', line 1530 def end |