Class: Aws::Types::DeleteSegmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSegmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
898 899 900 |
# File 'sig/types.rbs', line 898 def application_id @application_id end |
#segment_id ⇒ ::String
Returns the value of attribute segment_id.
899 900 901 |
# File 'sig/types.rbs', line 899 def segment_id @segment_id end |