Class: Aws::Types::DescribeApplicationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arns::Array[::String]

Returns the value of attribute arns.

Returns:

  • (::Array[::String])


738
739
740
# File 'sig/types.rbs', line 738

def arns
  @arns
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


740
741
742
# File 'sig/types.rbs', line 740

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


739
740
741
# File 'sig/types.rbs', line 739

def next_token
  @next_token
end