Class: Aws::Types::SourceAwsConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::SourceAwsConfiguration
- 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 ⇒ "source"
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.
-
#external_id ⇒ ::String
Returns the value of attribute external_id.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1895 1896 1897 |
# File 'sig/types.rbs', line 1895 def account_id @account_id end |
#account_type ⇒ "source"
Returns the value of attribute account_type.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def account_type @account_type end |
#agent_elevated_role_arn ⇒ ::String
Returns the value of attribute agent_elevated_role_arn.
1899 1900 1901 |
# File 'sig/types.rbs', line 1899 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.
1900 1901 1902 |
# File 'sig/types.rbs', line 1900 def agent_elevated_role_arn_status @agent_elevated_role_arn_status end |
#assumable_role_arn ⇒ ::String
Returns the value of attribute assumable_role_arn.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def assumable_role_arn @assumable_role_arn end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def external_id @external_id end |