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)


1536
1537
1538
# File 'sig/types.rbs', line 1536

def all_users
  @all_users
end

#marker::String

Returns the value of attribute marker.

Returns:

  • (::String)


1537
1538
1539
# File 'sig/types.rbs', line 1537

def marker
  @marker
end

#max_items::Integer

Returns the value of attribute max_items.

Returns:

  • (::Integer)


1538
1539
1540
# File 'sig/types.rbs', line 1538

def max_items
  @max_items
end

#service_name::String

Returns the value of attribute service_name.

Returns:

  • (::String)


1535
1536
1537
# File 'sig/types.rbs', line 1535

def service_name
  @service_name
end

#user_name::String

Returns the value of attribute user_name.

Returns:

  • (::String)


1534
1535
1536
# File 'sig/types.rbs', line 1534

def user_name
  @user_name
end