Class: Aws::Types::DescribeTrafficSourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_scaling_group_name::String

Returns the value of attribute auto_scaling_group_name.

Returns:

  • (::String)


559
560
561
# File 'sig/types.rbs', line 559

def auto_scaling_group_name
  @auto_scaling_group_name
end

#max_records::Integer

Returns the value of attribute max_records.

Returns:

  • (::Integer)


562
563
564
# File 'sig/types.rbs', line 562

def max_records
  @max_records
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


561
562
563
# File 'sig/types.rbs', line 561

def next_token
  @next_token
end

#traffic_source_type::String

Returns the value of attribute traffic_source_type.

Returns:

  • (::String)


560
561
562
# File 'sig/types.rbs', line 560

def traffic_source_type
  @traffic_source_type
end