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])


6100
6101
6102
# File 'sig/types.rbs', line 6100

def association_ids
  @association_ids
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



6101
6102
6103
# File 'sig/types.rbs', line 6101

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


6102
6103
6104
# File 'sig/types.rbs', line 6102

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


6103
6104
6105
# File 'sig/types.rbs', line 6103

def next_token
  @next_token
end