Class: Aws::Types::ReportGroup

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:

  • (::String)


1068
1069
1070
# File 'sig/types.rbs', line 1068

def arn
  @arn
end

#created::Time

Returns the value of attribute created.

Returns:

  • (::Time)


1072
1073
1074
# File 'sig/types.rbs', line 1072

def created
  @created
end

#export_configTypes::ReportExportConfig

Returns the value of attribute export_config.



1071
1072
1073
# File 'sig/types.rbs', line 1071

def export_config
  @export_config
end

#last_modified::Time

Returns the value of attribute last_modified.

Returns:

  • (::Time)


1073
1074
1075
# File 'sig/types.rbs', line 1073

def last_modified
  @last_modified
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1069
1070
1071
# File 'sig/types.rbs', line 1069

def name
  @name
end

#status"ACTIVE", "DELETING"

Returns the value of attribute status.

Returns:

  • ("ACTIVE", "DELETING")


1075
1076
1077
# File 'sig/types.rbs', line 1075

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1074
1075
1076
# File 'sig/types.rbs', line 1074

def tags
  @tags
end

#type"TEST", "CODE_COVERAGE"

Returns the value of attribute type.

Returns:

  • ("TEST", "CODE_COVERAGE")


1070
1071
1072
# File 'sig/types.rbs', line 1070

def type
  @type
end