Class: Aws::Types::ParameterMetadata
- Inherits:
-
Object
- Object
- Aws::Types::ParameterMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_pattern ⇒ ::String
Returns the value of attribute allowed_pattern.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#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.
-
#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.
-
#version ⇒ ::Integer
Returns the value of attribute version.
Instance Attribute Details
#allowed_pattern ⇒ ::String
Returns the value of attribute allowed_pattern.
3523 3524 3525 |
# File 'sig/types.rbs', line 3523 def allowed_pattern @allowed_pattern end |
#arn ⇒ ::String
Returns the value of attribute arn.
3517 3518 3519 |
# File 'sig/types.rbs', line 3517 def arn @arn end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
3527 3528 3529 |
# File 'sig/types.rbs', line 3527 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
3522 3523 3524 |
# File 'sig/types.rbs', line 3522 def description @description end |
#key_id ⇒ ::String
Returns the value of attribute key_id.
3519 3520 3521 |
# File 'sig/types.rbs', line 3519 def key_id @key_id end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
3520 3521 3522 |
# File 'sig/types.rbs', line 3520 def last_modified_date @last_modified_date end |
#last_modified_user ⇒ ::String
Returns the value of attribute last_modified_user.
3521 3522 3523 |
# File 'sig/types.rbs', line 3521 def last_modified_user @last_modified_user end |
#name ⇒ ::String
Returns the value of attribute name.
3516 3517 3518 |
# File 'sig/types.rbs', line 3516 def name @name end |
#policies ⇒ ::Array[Types::ParameterInlinePolicy]
Returns the value of attribute policies.
3526 3527 3528 |
# File 'sig/types.rbs', line 3526 def policies @policies end |
#tier ⇒ "Standard", ...
Returns the value of attribute tier.
3525 3526 3527 |
# File 'sig/types.rbs', line 3525 def tier @tier end |
#type ⇒ "String", ...
Returns the value of attribute type.
3518 3519 3520 |
# File 'sig/types.rbs', line 3518 def type @type end |
#version ⇒ ::Integer
Returns the value of attribute version.
3524 3525 3526 |
# File 'sig/types.rbs', line 3524 def version @version end |