Class: Aws::Types::GetQueueEnvironmentResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetQueueEnvironmentResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#priority ⇒ ::Integer
Returns the value of attribute priority.
-
#queue_environment_id ⇒ ::String
Returns the value of attribute queue_environment_id.
-
#template ⇒ ::String
Returns the value of attribute template.
-
#template_type ⇒ "JSON", "YAML"
Returns the value of attribute template_type.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
-
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
1453 1454 1455 |
# File 'sig/types.rbs', line 1453 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1454 1455 1456 |
# File 'sig/types.rbs', line 1454 def created_by @created_by end |
#name ⇒ ::String
Returns the value of attribute name.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def name @name end |
#priority ⇒ ::Integer
Returns the value of attribute priority.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def priority @priority end |
#queue_environment_id ⇒ ::String
Returns the value of attribute queue_environment_id.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def queue_environment_id @queue_environment_id end |
#template ⇒ ::String
Returns the value of attribute template.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def template @template end |
#template_type ⇒ "JSON", "YAML"
Returns the value of attribute template_type.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def template_type @template_type end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
1455 1456 1457 |
# File 'sig/types.rbs', line 1455 def updated_at @updated_at end |
#updated_by ⇒ ::String
Returns the value of attribute updated_by.
1456 1457 1458 |
# File 'sig/types.rbs', line 1456 def updated_by @updated_by end |