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)


137
138
139
# File 'sig/types.rbs', line 137

def client_token
  @client_token
end

#report_type"FAILURE_MODE", "TESTING"

Returns the value of attribute report_type.

Returns:

  • ("FAILURE_MODE", "TESTING")


136
137
138
# File 'sig/types.rbs', line 136

def report_type
  @report_type
end

#service_arn::String

Returns the value of attribute service_arn.

Returns:

  • (::String)


135
136
137
# File 'sig/types.rbs', line 135

def service_arn
  @service_arn
end