Class: Aws::Types::CreateReportGroupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#export_configTypes::ReportExportConfig

Returns the value of attribute export_config.



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

def export_config
  @export_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



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

def tags
  @tags
end

#type"TEST", "CODE_COVERAGE"

Returns the value of attribute type.

Returns:

  • ("TEST", "CODE_COVERAGE")


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

def type
  @type
end