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

#component_path::String

Returns the value of attribute component_path.

Returns:

  • (::String)


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

def component_path
  @component_path
end

#entity_id::String

Returns the value of attribute entity_id.

Returns:

  • (::String)


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

def entity_id
  @entity_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


729
730
731
# File 'sig/types.rbs', line 729

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


730
731
732
# File 'sig/types.rbs', line 730

def next_token
  @next_token
end

#workspace_id::String

Returns the value of attribute workspace_id.

Returns:

  • (::String)


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

def workspace_id
  @workspace_id
end