Class: Aws::Types::ParameterHistory
- Inherits:
-
Object
- Object
- Aws::Types::ParameterHistory
- 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.
-
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#last_modified_user ⇒ ::String
Returns the value of attribute last_modified_user.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#policies ⇒ ::Array[Types::ParameterInlinePolicy]
Returns the value of attribute policies.
-
#tier ⇒ "Standard", ...
Returns the value of attribute tier.
-
#type ⇒ "String", ...
Returns the value of attribute type.
-
#value ⇒ ::String
Returns the value of attribute value.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#allowed_pattern ⇒ ::String
Returns the value of attribute allowed_pattern.
3489 3490 3491 |
# File 'sig/types.rbs', line 3489 def allowed_pattern @allowed_pattern end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
3494 3495 3496 |
# File 'sig/types.rbs', line 3494 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
3487 3488 3489 |
# File 'sig/types.rbs', line 3487 def description @description end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
3484 3485 3486 |
# File 'sig/types.rbs', line 3484 def key_id @key_id end |
#labels ⇒ ::Array[::String]
Returns the value of attribute labels.
3491 3492 3493 |
# File 'sig/types.rbs', line 3491 def labels @labels end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
3485 3486 3487 |
# File 'sig/types.rbs', line 3485 def last_modified_date @last_modified_date end |
#last_modified_user ⇒ ::String
Returns the value of attribute last_modified_user.
3486 3487 3488 |
# File 'sig/types.rbs', line 3486 def last_modified_user @last_modified_user end |
#name ⇒ ::String
Returns the value of attribute name.
3482 3483 3484 |
# File 'sig/types.rbs', line 3482 def name @name end |
#policies ⇒ ::Array[Types::ParameterInlinePolicy]
Returns the value of attribute policies.
3493 3494 3495 |
# File 'sig/types.rbs', line 3493 def policies @policies end |
#tier ⇒ "Standard", ...
Returns the value of attribute tier.
3492 3493 3494 |
# File 'sig/types.rbs', line 3492 def tier @tier end |
#type ⇒ "String", ...
Returns the value of attribute type.
3483 3484 3485 |
# File 'sig/types.rbs', line 3483 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
3488 3489 3490 |
# File 'sig/types.rbs', line 3488 def value @value end |
#version ⇒ ::Integer
Returns the value of attribute version.
3490 3491 3492 |
# File 'sig/types.rbs', line 3490 def version @version end |