Class: Aws::Types::DescribeIamInstanceProfileAssociationsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#association_ids::Array[::String]

Returns the value of attribute association_ids.

Returns:

  • (::Array[::String])


5842
5843
5844
# File 'sig/types.rbs', line 5842

def association_ids
  @association_ids
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



5843
5844
5845
# File 'sig/types.rbs', line 5843

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


5844
5845
5846
# File 'sig/types.rbs', line 5844

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5845
5846
5847
# File 'sig/types.rbs', line 5845

def next_token
  @next_token
end