Class: Aws::Types::ProfileDetail
- Inherits:
-
Object
- Object
- Aws::Types::ProfileDetail
- 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.
-
#attribute_mappings ⇒ ::Array[Types::AttributeMapping]
Returns the value of attribute attribute_mappings.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#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.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
-
#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.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#accept_role_session_name ⇒ Boolean
Returns the value of attribute accept_role_session_name.
180 181 182 |
# File 'sig/types.rbs', line 180 def accept_role_session_name @accept_role_session_name end |
#attribute_mappings ⇒ ::Array[Types::AttributeMapping]
Returns the value of attribute attribute_mappings.
181 182 183 |
# File 'sig/types.rbs', line 181 def attribute_mappings @attribute_mappings end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
177 178 179 |
# File 'sig/types.rbs', line 177 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
173 174 175 |
# File 'sig/types.rbs', line 173 def created_by @created_by end |
#duration_seconds ⇒ ::Integer
Returns the value of attribute duration_seconds.
179 180 181 |
# File 'sig/types.rbs', line 179 def duration_seconds @duration_seconds end |
#enabled ⇒ Boolean
Returns the value of attribute enabled.
172 173 174 |
# File 'sig/types.rbs', line 172 def enabled @enabled end |
#managed_policy_arns ⇒ ::Array[::String]
Returns the value of attribute managed_policy_arns.
176 177 178 |
# File 'sig/types.rbs', line 176 def managed_policy_arns @managed_policy_arns end |
#name ⇒ ::String
Returns the value of attribute name.
170 171 172 |
# File 'sig/types.rbs', line 170 def name @name end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
169 170 171 |
# File 'sig/types.rbs', line 169 def profile_arn @profile_arn end |
#profile_id ⇒ ::String
Returns the value of attribute profile_id.
168 169 170 |
# File 'sig/types.rbs', line 168 def profile_id @profile_id end |
#require_instance_properties ⇒ Boolean
Returns the value of attribute require_instance_properties.
171 172 173 |
# File 'sig/types.rbs', line 171 def require_instance_properties @require_instance_properties end |
#role_arns ⇒ ::Array[::String]
Returns the value of attribute role_arns.
175 176 177 |
# File 'sig/types.rbs', line 175 def role_arns @role_arns end |
#session_policy ⇒ ::String
Returns the value of attribute session_policy.
174 175 176 |
# File 'sig/types.rbs', line 174 def session_policy @session_policy end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
178 179 180 |
# File 'sig/types.rbs', line 178 def updated_at @updated_at end |