Class: Aws::Types::CreatePersistentAppUIInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePersistentAppUIInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#emr_containers_config ⇒ Types::EMRContainersConfig
Returns the value of attribute emr_containers_config.
-
#profiler_type ⇒ "SHS", ...
Returns the value of attribute profiler_type.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#target_resource_arn ⇒ ::String
Returns the value of attribute target_resource_arn.
-
#x_referer ⇒ ::String
Returns the value of attribute x_referer.
Instance Attribute Details
#emr_containers_config ⇒ Types::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.
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.
259 260 261 |
# File 'sig/types.rbs', line 259 def @tags end |
#target_resource_arn ⇒ ::String
Returns the value of attribute target_resource_arn.
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.
260 261 262 |
# File 'sig/types.rbs', line 260 def x_referer @x_referer end |