Class: Aws::Types::StartResourceGroupingRecommendationTaskResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_arn ⇒ ::String

Returns the value of attribute app_arn.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def app_arn
  @app_arn
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1312
1313
1314
# File 'sig/types.rbs', line 1312

def error_message
  @error_message
end

#grouping_id ⇒ ::String

Returns the value of attribute grouping_id.

Returns:

  • (::String)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def grouping_id
  @grouping_id
end

#status ⇒ "Pending", ...

Returns the value of attribute status.

Returns:

  • ("Pending", "InProgress", "Failed", "Success")


1314
1315
1316
# File 'sig/types.rbs', line 1314

def status
  @status
end