Class: Aws::Types::DeleteSegmentRequest

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)


898
899
900
# File 'sig/types.rbs', line 898

def application_id
  @application_id
end

#segment_id::String

Returns the value of attribute segment_id.

Returns:

  • (::String)


899
900
901
# File 'sig/types.rbs', line 899

def segment_id
  @segment_id
end