Class: Aws::Types::GetResourcesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:authentication_token])

Instance Attribute Summary collapse

Instance Attribute Details

#authentication_token::String

Returns the value of attribute authentication_token.

Returns:

  • (::String)


569
570
571
# File 'sig/types.rbs', line 569

def authentication_token
  @authentication_token
end

#collection_type"SHARED_WITH_ME"

Returns the value of attribute collection_type.

Returns:

  • ("SHARED_WITH_ME")


571
572
573
# File 'sig/types.rbs', line 571

def collection_type
  @collection_type
end

#limit::Integer

Returns the value of attribute limit.

Returns:

  • (::Integer)


572
573
574
# File 'sig/types.rbs', line 572

def limit
  @limit
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


573
574
575
# File 'sig/types.rbs', line 573

def marker
  @marker
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


570
571
572
# File 'sig/types.rbs', line 570

def user_id
  @user_id
end