Class: Aws::Types::ListComponentsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#by_name ⇒ Boolean

Returns the value of attribute by_name.

Returns:

  • (Boolean)


1455
1456
1457
# File 'sig/types.rbs', line 1455

def by_name
  @by_name
end

#filters ⇒ ::Array[Types::Filter]

Returns the value of attribute filters.

Returns:



1454
1455
1456
# File 'sig/types.rbs', line 1454

def filters
  @filters
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1456
1457
1458
# File 'sig/types.rbs', line 1456

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1457
1458
1459
# File 'sig/types.rbs', line 1457

def next_token
  @next_token
end

#owner ⇒ "Self", ...

Returns the value of attribute owner.

Returns:

  • ("Self", "Shared", "Amazon", "ThirdParty", "AWSMarketplace")


1453
1454
1455
# File 'sig/types.rbs', line 1453

def owner
  @owner
end