Class: Aws::Types::CreateReportRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def client_token
  @client_token
end

#report_type"FAILURE_MODE", "TESTING"

Returns the value of attribute report_type.

Returns:

  • ("FAILURE_MODE", "TESTING")


143
144
145
# File 'sig/types.rbs', line 143

def report_type
  @report_type
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


142
143
144
# File 'sig/types.rbs', line 142

def service_arn
  @service_arn
end