Class: Aws::Types::UpdateProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateProfileRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_role_session_name ⇒ Boolean
Returns the value of attribute accept_role_session_name.
-
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
-
#managed_policy_arns ⇒ ::Array[::String]
Returns the value of attribute managed_policy_arns.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#role_arns ⇒ ::Array[::String]
Returns the value of attribute role_arns.
-
#session_policy ⇒ ::String
Returns the value of attribute session_policy.
Instance Attribute Details
#accept_role_session_name ⇒ Boolean
Returns the value of attribute accept_role_session_name.
358 359 360 |
# File 'sig/types.rbs', line 358 def accept_role_session_name @accept_role_session_name end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
357 358 359 |
# File 'sig/types.rbs', line 357 def duration_seconds @duration_seconds end |
#managed_policy_arns ⇒ ::Array[::String]
Returns the value of attribute managed_policy_arns.
356 357 358 |
# File 'sig/types.rbs', line 356 def managed_policy_arns @managed_policy_arns end |
#name ⇒ ::String
Returns the value of attribute name.
353 354 355 |
# File 'sig/types.rbs', line 353 def name @name end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
352 353 354 |
# File 'sig/types.rbs', line 352 def profile_id @profile_id end |
#role_arns ⇒ ::Array[::String]
Returns the value of attribute role_arns.
355 356 357 |
# File 'sig/types.rbs', line 355 def role_arns @role_arns end |
#session_policy ⇒ ::String
Returns the value of attribute session_policy.
354 355 356 |
# File 'sig/types.rbs', line 354 def session_policy @session_policy end |