Class: Aws::Types::PutParameterRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutParameterRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_pattern ⇒ ::String
Returns the value of attribute allowed_pattern.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#key_id ⇒ ::String
Returns the value of attribute key_id.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#overwrite ⇒ Boolean
Returns the value of attribute overwrite.
-
#policies ⇒ ::String
Returns the value of attribute policies.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#tier ⇒ "Standard", ...
Returns the value of attribute tier.
-
#type ⇒ "String", ...
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#allowed_pattern ⇒ ::String
Returns the value of attribute allowed_pattern.
3717 3718 3719 |
# File 'sig/types.rbs', line 3717 def allowed_pattern @allowed_pattern end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
3721 3722 3723 |
# File 'sig/types.rbs', line 3721 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
3712 3713 3714 |
# File 'sig/types.rbs', line 3712 def description @description end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
3715 3716 3717 |
# File 'sig/types.rbs', line 3715 def key_id @key_id end |
#name ⇒ ::String
Returns the value of attribute name.
3711 3712 3713 |
# File 'sig/types.rbs', line 3711 def name @name end |
#overwrite ⇒ Boolean
Returns the value of attribute overwrite.
3716 3717 3718 |
# File 'sig/types.rbs', line 3716 def overwrite @overwrite end |
#policies ⇒ ::String
Returns the value of attribute policies.
3720 3721 3722 |
# File 'sig/types.rbs', line 3720 def policies @policies end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
3718 3719 3720 |
# File 'sig/types.rbs', line 3718 def end |
#tier ⇒ "Standard", ...
Returns the value of attribute tier.
3719 3720 3721 |
# File 'sig/types.rbs', line 3719 def tier @tier end |
#type ⇒ "String", ...
Returns the value of attribute type.
3714 3715 3716 |
# File 'sig/types.rbs', line 3714 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
3713 3714 3715 |
# File 'sig/types.rbs', line 3713 def value @value end |