Class: Aws::Types::UpdateReportGroupInput

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



1487
1488
1489
# File 'sig/types.rbs', line 1487

def arn
  @arn
end

#export_configTypes::ReportExportConfig

Returns the value of attribute export_config.

Returns:



1488
1489
1490
# File 'sig/types.rbs', line 1488

def export_config
  @export_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1489
1490
1491
# File 'sig/types.rbs', line 1489

def tags
  @tags
end