Class: Aws::Types::GetSegmentVersionsRequest

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)


1832
1833
1834
# File 'sig/types.rbs', line 1832

def application_id
  @application_id
end

#page_size::String

Returns the value of attribute page_size.

Returns:

  • (::String)


1833
1834
1835
# File 'sig/types.rbs', line 1833

def page_size
  @page_size
end

#segment_id::String

Returns the value of attribute segment_id.

Returns:

  • (::String)


1834
1835
1836
# File 'sig/types.rbs', line 1834

def segment_id
  @segment_id
end

#token::String

Returns the value of attribute token.

Returns:

  • (::String)


1835
1836
1837
# File 'sig/types.rbs', line 1835

def token
  @token
end