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)


2648
2649
2650
# File 'sig/types.rbs', line 2648

def created_at
  @created_at
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


2646
2647
2648
# File 'sig/types.rbs', line 2646

def description
  @description
end

#display_name ⇒ ::String

Returns the value of attribute display_name.

Returns:

  • (::String)


2645
2646
2647
# File 'sig/types.rbs', line 2645

def display_name
  @display_name
end

#segment_definition_arn ⇒ ::String

Returns the value of attribute segment_definition_arn.

Returns:

  • (::String)


2647
2648
2649
# File 'sig/types.rbs', line 2647

def segment_definition_arn
  @segment_definition_arn
end

#segment_definition_name ⇒ ::String

Returns the value of attribute segment_definition_name.

Returns:

  • (::String)


2644
2645
2646
# File 'sig/types.rbs', line 2644

def segment_definition_name
  @segment_definition_name
end

#segment_type ⇒ "CLASSIC", "ENHANCED"

Returns the value of attribute segment_type.

Returns:

  • ("CLASSIC", "ENHANCED")


2650
2651
2652
# File 'sig/types.rbs', line 2650

def segment_type
  @segment_type
end

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

Returns the value of attribute tags.

Returns:

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


2649
2650
2651
# File 'sig/types.rbs', line 2649

def tags
  @tags
end