Class: Aws::Types::UpdateUserSecurityProfilesRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateUserSecurityProfilesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#security_profile_ids ⇒ ::Array[::String]
Returns the value of attribute security_profile_ids.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
8914 8915 8916 |
# File 'sig/types.rbs', line 8914 def instance_id @instance_id end |
#security_profile_ids ⇒ ::Array[::String]
Returns the value of attribute security_profile_ids.
8912 8913 8914 |
# File 'sig/types.rbs', line 8912 def security_profile_ids @security_profile_ids end |
#user_id ⇒ ::String
Returns the value of attribute user_id.
8913 8914 8915 |
# File 'sig/types.rbs', line 8913 def user_id @user_id end |