Class: Aws::Types::Parameter
- Inherits:
-
Object
- Object
- Aws::Types::Parameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#selector ⇒ ::String
Returns the value of attribute selector.
-
#source_result ⇒ ::String
Returns the value of attribute source_result.
-
#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
#arn ⇒ ::String
Returns the value of attribute arn.
3471 3472 3473 |
# File 'sig/types.rbs', line 3471 def arn @arn end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
3472 3473 3474 |
# File 'sig/types.rbs', line 3472 def data_type @data_type end |
#last_modified_date ⇒ ::Time
Returns the value of attribute last_modified_date.
3470 3471 3472 |
# File 'sig/types.rbs', line 3470 def last_modified_date @last_modified_date end |
#name ⇒ ::String
Returns the value of attribute name.
3464 3465 3466 |
# File 'sig/types.rbs', line 3464 def name @name end |
#selector ⇒ ::String
Returns the value of attribute selector.
3468 3469 3470 |
# File 'sig/types.rbs', line 3468 def selector @selector end |
#source_result ⇒ ::String
Returns the value of attribute source_result.
3469 3470 3471 |
# File 'sig/types.rbs', line 3469 def source_result @source_result end |
#type ⇒ "String", ...
Returns the value of attribute type.
3465 3466 3467 |
# File 'sig/types.rbs', line 3465 def type @type end |
#value ⇒ ::String
Returns the value of attribute value.
3466 3467 3468 |
# File 'sig/types.rbs', line 3466 def value @value end |
#version ⇒ ::Integer
Returns the value of attribute version.
3467 3468 3469 |
# File 'sig/types.rbs', line 3467 def version @version end |