Class: Aws::Types::CreateProfilingGroupRequest

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.



100
101
102
# File 'sig/types.rbs', line 100

def agent_orchestration_config
  @agent_orchestration_config
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


101
102
103
# File 'sig/types.rbs', line 101

def client_token
  @client_token
end

#compute_platform"Default", "AWSLambda"

Returns the value of attribute compute_platform.

Returns:

  • ("Default", "AWSLambda")


102
103
104
# File 'sig/types.rbs', line 102

def compute_platform
  @compute_platform
end

#profiling_group_name::String

Returns the value of attribute profiling_group_name.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def profiling_group_name
  @profiling_group_name
end

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

Returns the value of attribute tags.

Returns:

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


104
105
106
# File 'sig/types.rbs', line 104

def tags
  @tags
end