Class: Aws::Types::DescribeTrunkInterfaceAssociationsRequest

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


7792
7793
7794
# File 'sig/types.rbs', line 7792

def association_ids
  @association_ids
end

#dry_runBoolean

Returns the value of attribute dry_run.

Returns:

  • (Boolean)


7793
7794
7795
# File 'sig/types.rbs', line 7793

def dry_run
  @dry_run
end

#filters::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



7794
7795
7796
# File 'sig/types.rbs', line 7794

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


7796
7797
7798
# File 'sig/types.rbs', line 7796

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


7795
7796
7797
# File 'sig/types.rbs', line 7795

def next_token
  @next_token
end