Class: Aws::Types::CreateSegmentSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSegmentSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_format ⇒ "CSV", ...
Returns the value of attribute data_format.
-
#destination_uri ⇒ ::String
Returns the value of attribute destination_uri.
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#segment_definition_name ⇒ ::String
Returns the value of attribute segment_definition_name.
Instance Attribute Details
#data_format ⇒ "CSV", ...
Returns the value of attribute data_format.
568 569 570 |
# File 'sig/types.rbs', line 568 def data_format @data_format end |
#destination_uri ⇒ ::String
Returns the value of attribute destination_uri.
571 572 573 |
# File 'sig/types.rbs', line 571 def destination_uri @destination_uri end |
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
566 567 568 |
# File 'sig/types.rbs', line 566 def domain_name @domain_name end |
#encryption_key ⇒ ::String
Returns the value of attribute encryption_key.
569 570 571 |
# File 'sig/types.rbs', line 569 def encryption_key @encryption_key end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
570 571 572 |
# File 'sig/types.rbs', line 570 def role_arn @role_arn end |
#segment_definition_name ⇒ ::String
Returns the value of attribute segment_definition_name.
567 568 569 |
# File 'sig/types.rbs', line 567 def segment_definition_name @segment_definition_name end |