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])


233
234
235
# File 'sig/types.rbs', line 233

def affected_resources
  @affected_resources
end

#api::String

Returns the value of attribute api.

Returns:

  • (::String)


225
226
227
# File 'sig/types.rbs', line 225

def api
  @api
end

#caller_type::String

Returns the value of attribute caller_type.

Returns:

  • (::String)


226
227
228
# File 'sig/types.rbs', line 226

def caller_type
  @caller_type
end

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

Returns:

  • (::String)


228
229
230
# File 'sig/types.rbs', line 228

def error_code
  @error_code
end

#remote_account_detailsTypes::RemoteAccountDetails

Returns the value of attribute remote_account_details.



232
233
234
# File 'sig/types.rbs', line 232

def 
  @remote_account_details
end

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

Returns:

  • (::String)


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.

Returns:

  • (::String)


229
230
231
# File 'sig/types.rbs', line 229

def user_agent
  @user_agent
end