Class: Aws::Types::GetCampaignDateRangeKpiRequest

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)


1461
1462
1463
# File 'sig/types.rbs', line 1461

def application_id
  @application_id
end

#campaign_id::String

Returns the value of attribute campaign_id.

Returns:

  • (::String)


1462
1463
1464
# File 'sig/types.rbs', line 1462

def campaign_id
  @campaign_id
end

#end_time::Time

Returns the value of attribute end_time.

Returns:

  • (::Time)


1463
1464
1465
# File 'sig/types.rbs', line 1463

def end_time
  @end_time
end

#kpi_name::String

Returns the value of attribute kpi_name.

Returns:

  • (::String)


1464
1465
1466
# File 'sig/types.rbs', line 1464

def kpi_name
  @kpi_name
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1465
1466
1467
# File 'sig/types.rbs', line 1465

def next_token
  @next_token
end

#page_size::String

Returns the value of attribute page_size.

Returns:

  • (::String)


1466
1467
1468
# File 'sig/types.rbs', line 1466

def page_size
  @page_size
end

#start_time::Time

Returns the value of attribute start_time.

Returns:

  • (::Time)


1467
1468
1469
# File 'sig/types.rbs', line 1467

def start_time
  @start_time
end