Class: Aws::Types::AwsApiCallAction
- Inherits:
-
Object
- Object
- Aws::Types::AwsApiCallAction
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#affected_resources ⇒ ::Hash[::String, ::String]
Returns the value of attribute affected_resources.
-
#api ⇒ ::String
Returns the value of attribute api.
-
#caller_type ⇒ ::String
Returns the value of attribute caller_type.
-
#domain_details ⇒ Types::DomainDetails
Returns the value of attribute domain_details.
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#remote_account_details ⇒ Types::RemoteAccountDetails
Returns the value of attribute remote_account_details.
-
#remote_ip_details ⇒ Types::RemoteIpDetails
Returns the value of attribute remote_ip_details.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
-
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
Instance Attribute Details
#affected_resources ⇒ ::Hash[::String, ::String]
Returns the value of attribute affected_resources.
233 234 235 |
# File 'sig/types.rbs', line 233 def affected_resources @affected_resources end |
#api ⇒ ::String
Returns the value of attribute api.
225 226 227 |
# File 'sig/types.rbs', line 225 def api @api end |
#caller_type ⇒ ::String
Returns the value of attribute caller_type.
226 227 228 |
# File 'sig/types.rbs', line 226 def caller_type @caller_type end |
#domain_details ⇒ Types::DomainDetails
Returns the value of attribute domain_details.
227 228 229 |
# File 'sig/types.rbs', line 227 def domain_details @domain_details end |
#error_code ⇒ ::String
Returns the value of attribute error_code.
228 229 230 |
# File 'sig/types.rbs', line 228 def error_code @error_code end |
#remote_account_details ⇒ Types::RemoteAccountDetails
Returns the value of attribute remote_account_details.
232 233 234 |
# File 'sig/types.rbs', line 232 def remote_account_details @remote_account_details end |
#remote_ip_details ⇒ Types::RemoteIpDetails
Returns the value of attribute remote_ip_details.
230 231 232 |
# File 'sig/types.rbs', line 230 def remote_ip_details @remote_ip_details end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
231 232 233 |
# File 'sig/types.rbs', line 231 def service_name @service_name end |
#user_agent ⇒ ::String
Returns the value of attribute user_agent.
229 230 231 |
# File 'sig/types.rbs', line 229 def user_agent @user_agent end |