Class: Aws::Types::ListServiceSpecificCredentialsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#all_usersBoolean

Returns the value of attribute all_users.

Returns:

  • (Boolean)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def all_users
  @all_users
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1500
1501
1502
# File 'sig/types.rbs', line 1500

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1501
1502
1503
# File 'sig/types.rbs', line 1501

def max_items
  @max_items
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def service_name
  @service_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def user_name
  @user_name
end