Class: Aws::Types::AWSConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AWSConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#account_type ⇒ "monitor"
Returns the value of attribute account_type.
-
#agent_elevated_role_arn ⇒ ::String
Returns the value of attribute agent_elevated_role_arn.
-
#agent_elevated_role_arn_status ⇒ "valid", ...
Returns the value of attribute agent_elevated_role_arn_status.
-
#assumable_role_arn ⇒ ::String
Returns the value of attribute assumable_role_arn.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
13 14 15 |
# File 'sig/types.rbs', line 13 def account_id @account_id end |
#account_type ⇒ "monitor"
Returns the value of attribute account_type.
14 15 16 |
# File 'sig/types.rbs', line 14 def account_type @account_type end |
#agent_elevated_role_arn ⇒ ::String
Returns the value of attribute agent_elevated_role_arn.
15 16 17 |
# File 'sig/types.rbs', line 15 def agent_elevated_role_arn @agent_elevated_role_arn end |
#agent_elevated_role_arn_status ⇒ "valid", ...
Returns the value of attribute agent_elevated_role_arn_status.
16 17 18 |
# File 'sig/types.rbs', line 16 def agent_elevated_role_arn_status @agent_elevated_role_arn_status end |
#assumable_role_arn ⇒ ::String
Returns the value of attribute assumable_role_arn.
12 13 14 |
# File 'sig/types.rbs', line 12 def assumable_role_arn @assumable_role_arn end |