Class: Aws::Types::CreatePersistentAppUIInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#emr_containers_configTypes::EMRContainersConfig

Returns the value of attribute emr_containers_config.



258
259
260
# File 'sig/types.rbs', line 258

def emr_containers_config
  @emr_containers_config
end

#profiler_type"SHS", ...

Returns the value of attribute profiler_type.

Returns:

  • ("SHS", "TEZUI", "YTS")


261
262
263
# File 'sig/types.rbs', line 261

def profiler_type
  @profiler_type
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



259
260
261
# File 'sig/types.rbs', line 259

def tags
  @tags
end

#target_resource_arn::String

Returns the value of attribute target_resource_arn.

Returns:

  • (::String)


257
258
259
# File 'sig/types.rbs', line 257

def target_resource_arn
  @target_resource_arn
end

#x_referer::String

Returns the value of attribute x_referer.

Returns:

  • (::String)


260
261
262
# File 'sig/types.rbs', line 260

def x_referer
  @x_referer
end