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::AwsApiCallActionDomainDetails
Returns the value of attribute domain_details.
-
#first_seen ⇒ ::String
Returns the value of attribute first_seen.
-
#last_seen ⇒ ::String
Returns the value of attribute last_seen.
-
#remote_ip_details ⇒ Types::ActionRemoteIpDetails
Returns the value of attribute remote_ip_details.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#affected_resources ⇒ ::Hash[::String, ::String]
Returns the value of attribute affected_resources.
380 381 382 |
# File 'sig/types.rbs', line 380 def affected_resources @affected_resources end |
#api ⇒ ::String
Returns the value of attribute api.
375 376 377 |
# File 'sig/types.rbs', line 375 def api @api end |
#caller_type ⇒ ::String
Returns the value of attribute caller_type.
377 378 379 |
# File 'sig/types.rbs', line 377 def caller_type @caller_type end |
#domain_details ⇒ Types::AwsApiCallActionDomainDetails
Returns the value of attribute domain_details.
379 380 381 |
# File 'sig/types.rbs', line 379 def domain_details @domain_details end |
#first_seen ⇒ ::String
Returns the value of attribute first_seen.
381 382 383 |
# File 'sig/types.rbs', line 381 def first_seen @first_seen end |
#last_seen ⇒ ::String
Returns the value of attribute last_seen.
382 383 384 |
# File 'sig/types.rbs', line 382 def last_seen @last_seen end |
#remote_ip_details ⇒ Types::ActionRemoteIpDetails
Returns the value of attribute remote_ip_details.
378 379 380 |
# File 'sig/types.rbs', line 378 def remote_ip_details @remote_ip_details end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
376 377 378 |
# File 'sig/types.rbs', line 376 def service_name @service_name end |