Class: Aws::Types::SegmentResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


2701
2702
2703
# File 'sig/types.rbs', line 2701

def application_id
  @application_id
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


2702
2703
2704
# File 'sig/types.rbs', line 2702

def arn
  @arn
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:

  • (::String)


2703
2704
2705
# File 'sig/types.rbs', line 2703

def creation_date
  @creation_date
end

#dimensionsTypes::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.

Returns:

  • (::String)


2705
2706
2707
# File 'sig/types.rbs', line 2705

def id
  @id
end

#import_definitionTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


2708
2709
2710
# File 'sig/types.rbs', line 2708

def name
  @name
end

#segment_groupsTypes::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.

Returns:

  • ("DIMENSIONAL", "IMPORT")


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.

Returns:

  • (::Hash[::String, ::String])


2711
2712
2713
# File 'sig/types.rbs', line 2711

def tags
  @tags
end

#version::Integer

Returns the value of attribute version.

Returns:

  • (::Integer)


2712
2713
2714
# File 'sig/types.rbs', line 2712

def version
  @version
end