Class: Aws::Types::CreateSegmentRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSegmentRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#write_segment_request ⇒ Types::WriteSegmentRequest
Returns the value of attribute write_segment_request.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
630 631 632 |
# File 'sig/types.rbs', line 630 def application_id @application_id end |
#write_segment_request ⇒ Types::WriteSegmentRequest
Returns the value of attribute write_segment_request.
631 632 633 |
# File 'sig/types.rbs', line 631 def write_segment_request @write_segment_request end |