Class: Aws::Types::DescribeApplicationFleetAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


725
726
727
# File 'sig/types.rbs', line 725

def application_arn
  @application_arn
end

#fleet_name::String

Returns the value of attribute fleet_name.

Returns:

  • (::String)


724
725
726
# File 'sig/types.rbs', line 724

def fleet_name
  @fleet_name
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


726
727
728
# File 'sig/types.rbs', line 726

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


727
728
729
# File 'sig/types.rbs', line 727

def next_token
  @next_token
end