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.
1902 1903 1904 |
# File 'sig/types.rbs', line 1902 def account_id @account_id end |
#account_type ⇒ "source"
Returns the value of attribute account_type.
1903 1904 1905 |
# File 'sig/types.rbs', line 1903 def account_type @account_type end |
#agent_elevated_role_arn ⇒ ::String
Returns the value of attribute agent_elevated_role_arn.
1906 1907 1908 |
# File 'sig/types.rbs', line 1906 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.
1907 1908 1909 |
# File 'sig/types.rbs', line 1907 def agent_elevated_role_arn_status @agent_elevated_role_arn_status end |
#assumable_role_arn ⇒ ::String
Returns the value of attribute assumable_role_arn.
1904 1905 1906 |
# File 'sig/types.rbs', line 1904 def assumable_role_arn @assumable_role_arn end |
#external_id ⇒ ::String
Returns the value of attribute external_id.
1905 1906 1907 |
# File 'sig/types.rbs', line 1905 def external_id @external_id end |