Class: Aws::Types::Source
- Inherits:
-
Object
- Object
- Aws::Types::Source
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#source_data ⇒ Types::SourceData
Returns the value of attribute source_data.
-
#source_type ⇒ "AWS_ACM_PCA", ...
Returns the value of attribute source_type.
Instance Attribute Details
#source_data ⇒ Types::SourceData
Returns the value of attribute source_data.
251 252 253 |
# File 'sig/types.rbs', line 251 def source_data @source_data end |
#source_type ⇒ "AWS_ACM_PCA", ...
Returns the value of attribute source_type.
250 251 252 |
# File 'sig/types.rbs', line 250 def source_type @source_type end |