Class: Aws::Types::ProfilingGroupDescription

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_orchestration_configTypes::AgentOrchestrationConfig

Returns the value of attribute agent_orchestration_config.



330
331
332
# File 'sig/types.rbs', line 330

def agent_orchestration_config
  @agent_orchestration_config
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


331
332
333
# File 'sig/types.rbs', line 331

def arn
  @arn
end

#compute_platform"Default", "AWSLambda"

Returns the value of attribute compute_platform.

Returns:

  • ("Default", "AWSLambda")


332
333
334
# File 'sig/types.rbs', line 332

def compute_platform
  @compute_platform
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


333
334
335
# File 'sig/types.rbs', line 333

def created_at
  @created_at
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


334
335
336
# File 'sig/types.rbs', line 334

def name
  @name
end

#profiling_statusTypes::ProfilingStatus

Returns the value of attribute profiling_status.



335
336
337
# File 'sig/types.rbs', line 335

def profiling_status
  @profiling_status
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


336
337
338
# File 'sig/types.rbs', line 336

def tags
  @tags
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


337
338
339
# File 'sig/types.rbs', line 337

def updated_at
  @updated_at
end