Class: Aws::Types::CreateProfileRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateProfileRequest
- 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.
-
#enabled ⇒ Boolean
Returns the value of attribute enabled.
-
#managed_policy_arns ⇒ ::Array[::String]
Returns the value of attribute managed_policy_arns.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#require_instance_properties ⇒ Boolean
Returns the value of attribute require_instance_properties.
-
#role_arns ⇒ ::Array[::String]
Returns the value of attribute role_arns.
-
#session_policy ⇒ ::String
Returns the value of attribute session_policy.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#accept_role_session_name ⇒ Boolean
Returns the value of attribute accept_role_session_name.
31 32 33 |
# File 'sig/types.rbs', line 31 def accept_role_session_name @accept_role_session_name end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
28 29 30 |
# File 'sig/types.rbs', line 28 def duration_seconds @duration_seconds end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
29 30 31 |
# File 'sig/types.rbs', line 29 def enabled @enabled end |
#managed_policy_arns ⇒ ::Array[::String]
Returns the value of attribute managed_policy_arns.
27 28 29 |
# File 'sig/types.rbs', line 27 def managed_policy_arns @managed_policy_arns end |
#name ⇒ ::String
Returns the value of attribute name.
23 24 25 |
# File 'sig/types.rbs', line 23 def name @name end |
#require_instance_properties ⇒ Boolean
Returns the value of attribute require_instance_properties.
24 25 26 |
# File 'sig/types.rbs', line 24 def require_instance_properties @require_instance_properties end |
#role_arns ⇒ ::Array[::String]
Returns the value of attribute role_arns.
26 27 28 |
# File 'sig/types.rbs', line 26 def role_arns @role_arns end |
#session_policy ⇒ ::String
Returns the value of attribute session_policy.
25 26 27 |
# File 'sig/types.rbs', line 25 def session_policy @session_policy end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
30 31 32 |
# File 'sig/types.rbs', line 30 def @tags end |