Class: Aws::Types::AwsApiCallAction

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#affected_resources::Hash[::String, ::String]

Returns the value of attribute affected_resources.

Returns:

  • (::Hash[::String, ::String])


380
381
382
# File 'sig/types.rbs', line 380

def affected_resources
  @affected_resources
end

#api::String

Returns the value of attribute api.

Returns:

  • (::String)


375
376
377
# File 'sig/types.rbs', line 375

def api
  @api
end

#caller_type::String

Returns the value of attribute caller_type.

Returns:

  • (::String)


377
378
379
# File 'sig/types.rbs', line 377

def caller_type
  @caller_type
end

#domain_detailsTypes::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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


382
383
384
# File 'sig/types.rbs', line 382

def last_seen
  @last_seen
end

#remote_ip_detailsTypes::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.

Returns:

  • (::String)


376
377
378
# File 'sig/types.rbs', line 376

def service_name
  @service_name
end