Class: Aws::Types::Attribute
- Inherits:
-
Object
- Object
- Aws::Types::Attribute
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
-
#target_type ⇒ "container-instance"
Returns the value of attribute target_type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
51 52 53 |
# File 'sig/types.rbs', line 51 def name @name end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
54 55 56 |
# File 'sig/types.rbs', line 54 def target_id @target_id end |
#target_type ⇒ "container-instance"
Returns the value of attribute target_type.
53 54 55 |
# File 'sig/types.rbs', line 53 def target_type @target_type end |
#value ⇒ ::String
Returns the value of attribute value.
52 53 54 |
# File 'sig/types.rbs', line 52 def value @value end |