Class: Aws::Types::DescribeLogStreamsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#descendingBoolean

Returns the value of attribute descending.

Returns:

  • (Boolean)


663
664
665
# File 'sig/types.rbs', line 663

def descending
  @descending
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


665
666
667
# File 'sig/types.rbs', line 665

def limit
  @limit
end

#log_group_identifier::String

Returns the value of attribute log_group_identifier.

Returns:

  • (::String)


660
661
662
# File 'sig/types.rbs', line 660

def log_group_identifier
  @log_group_identifier
end

#log_group_name::String

Returns the value of attribute log_group_name.

Returns:

  • (::String)


659
660
661
# File 'sig/types.rbs', line 659

def log_group_name
  @log_group_name
end

#log_stream_name_prefix::String

Returns the value of attribute log_stream_name_prefix.

Returns:

  • (::String)


661
662
663
# File 'sig/types.rbs', line 661

def log_stream_name_prefix
  @log_stream_name_prefix
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


664
665
666
# File 'sig/types.rbs', line 664

def next_token
  @next_token
end

#order_by"LogStreamName", "LastEventTime"

Returns the value of attribute order_by.

Returns:

  • ("LogStreamName", "LastEventTime")


662
663
664
# File 'sig/types.rbs', line 662

def order_by
  @order_by
end