Class: Aws::Types::SegmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::SegmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_id ⇒ ::String
Returns the value of attribute application_id.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
-
#dimensions ⇒ Types::SegmentDimensions
Returns the value of attribute dimensions.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#import_definition ⇒ Types::SegmentImportResource
Returns the value of attribute import_definition.
-
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#segment_groups ⇒ Types::SegmentGroupList
Returns the value of attribute segment_groups.
-
#segment_type ⇒ "DIMENSIONAL", "IMPORT"
Returns the value of attribute segment_type.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#application_id ⇒ ::String
Returns the value of attribute application_id.
2701 2702 2703 |
# File 'sig/types.rbs', line 2701 def application_id @application_id end |
#arn ⇒ ::String
Returns the value of attribute arn.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def arn @arn end |
#creation_date ⇒ ::String
Returns the value of attribute creation_date.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def creation_date @creation_date end |
#dimensions ⇒ Types::SegmentDimensions
Returns the value of attribute dimensions.
2704 2705 2706 |
# File 'sig/types.rbs', line 2704 def dimensions @dimensions end |
#id ⇒ ::String
Returns the value of attribute id.
2705 2706 2707 |
# File 'sig/types.rbs', line 2705 def id @id end |
#import_definition ⇒ Types::SegmentImportResource
Returns the value of attribute import_definition.
2706 2707 2708 |
# File 'sig/types.rbs', line 2706 def import_definition @import_definition end |
#last_modified_date ⇒ ::String
Returns the value of attribute last_modified_date.
2707 2708 2709 |
# File 'sig/types.rbs', line 2707 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
2708 2709 2710 |
# File 'sig/types.rbs', line 2708 def name @name end |
#segment_groups ⇒ Types::SegmentGroupList
Returns the value of attribute segment_groups.
2709 2710 2711 |
# File 'sig/types.rbs', line 2709 def segment_groups @segment_groups end |
#segment_type ⇒ "DIMENSIONAL", "IMPORT"
Returns the value of attribute segment_type.
2710 2711 2712 |
# File 'sig/types.rbs', line 2710 def segment_type @segment_type end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
2711 2712 2713 |
# File 'sig/types.rbs', line 2711 def @tags end |
#version ⇒ ::Integer
Returns the value of attribute version.
2712 2713 2714 |
# File 'sig/types.rbs', line 2712 def version @version end |