Class: Aws::Types::SegmentDefinitionItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:description])

Instance Attribute Summary collapse

Instance Attribute Details

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


2617
2618
2619
# File 'sig/types.rbs', line 2617

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


2615
2616
2617
# File 'sig/types.rbs', line 2615

def description
  @description
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2614
2615
2616
# File 'sig/types.rbs', line 2614

def display_name
  @display_name
end

#segment_definition_arn::String

Returns the value of attribute segment_definition_arn.

Returns:

  • (::String)


2616
2617
2618
# File 'sig/types.rbs', line 2616

def segment_definition_arn
  @segment_definition_arn
end

#segment_definition_name::String

Returns the value of attribute segment_definition_name.

Returns:

  • (::String)


2613
2614
2615
# File 'sig/types.rbs', line 2613

def segment_definition_name
  @segment_definition_name
end

#segment_type"CLASSIC", "ENHANCED"

Returns the value of attribute segment_type.

Returns:

  • ("CLASSIC", "ENHANCED")


2619
2620
2621
# File 'sig/types.rbs', line 2619

def segment_type
  @segment_type
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

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


2618
2619
2620
# File 'sig/types.rbs', line 2618

def tags
  @tags
end