Class: Aws::Types::GetDeploymentInput
- Inherits:
-
Object
- Object
- Aws::Types::GetDeploymentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#component_name ⇒ ::String
Returns the value of attribute component_name.
-
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
-
#service_name ⇒ ::String
Returns the value of attribute service_name.
Instance Attribute Details
#component_name ⇒ ::String
Returns the value of attribute component_name.
693 694 695 |
# File 'sig/types.rbs', line 693 def component_name @component_name end |
#environment_name ⇒ ::String
Returns the value of attribute environment_name.
694 695 696 |
# File 'sig/types.rbs', line 694 def environment_name @environment_name end |
#id ⇒ ::String
Returns the value of attribute id.
695 696 697 |
# File 'sig/types.rbs', line 695 def id @id end |
#service_instance_name ⇒ ::String
Returns the value of attribute service_instance_name.
696 697 698 |
# File 'sig/types.rbs', line 696 def service_instance_name @service_instance_name end |
#service_name ⇒ ::String
Returns the value of attribute service_name.
697 698 699 |
# File 'sig/types.rbs', line 697 def service_name @service_name end |