Class: Aws::Types::CreateSegmentEstimateRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateSegmentEstimateRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
-
#segment_query ⇒ Types::SegmentGroupStructure
Returns the value of attribute segment_query.
-
#segment_sql_query ⇒ ::String
Returns the value of attribute segment_sql_query.
Instance Attribute Details
#domain_name ⇒ ::String
Returns the value of attribute domain_name.
552 553 554 |
# File 'sig/types.rbs', line 552 def domain_name @domain_name end |
#segment_query ⇒ Types::SegmentGroupStructure
Returns the value of attribute segment_query.
553 554 555 |
# File 'sig/types.rbs', line 553 def segment_query @segment_query end |
#segment_sql_query ⇒ ::String
Returns the value of attribute segment_sql_query.
554 555 556 |
# File 'sig/types.rbs', line 554 def segment_sql_query @segment_sql_query end |