Class: Aws::Types::UpdateUserSecurityProfilesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


8904
8905
8906
# File 'sig/types.rbs', line 8904

def instance_id
  @instance_id
end

#security_profile_ids::Array[::String]

Returns the value of attribute security_profile_ids.

Returns:

  • (::Array[::String])


8902
8903
8904
# File 'sig/types.rbs', line 8902

def security_profile_ids
  @security_profile_ids
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


8903
8904
8905
# File 'sig/types.rbs', line 8903

def user_id
  @user_id
end