Class: Aws::Types::Source
- Inherits:
-
Object
- Object
- Aws::Types::Source
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_policy_details ⇒ Types::CustomPolicyDetails
Returns the value of attribute custom_policy_details.
-
#owner ⇒ "CUSTOM_LAMBDA", ...
Returns the value of attribute owner.
-
#source_details ⇒ ::Array[Types::SourceDetail]
Returns the value of attribute source_details.
-
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
Instance Attribute Details
#custom_policy_details ⇒ Types::CustomPolicyDetails
Returns the value of attribute custom_policy_details.
2158 2159 2160 |
# File 'sig/types.rbs', line 2158 def custom_policy_details @custom_policy_details end |
#owner ⇒ "CUSTOM_LAMBDA", ...
Returns the value of attribute owner.
2155 2156 2157 |
# File 'sig/types.rbs', line 2155 def owner @owner end |
#source_details ⇒ ::Array[Types::SourceDetail]
Returns the value of attribute source_details.
2157 2158 2159 |
# File 'sig/types.rbs', line 2157 def source_details @source_details end |
#source_identifier ⇒ ::String
Returns the value of attribute source_identifier.
2156 2157 2158 |
# File 'sig/types.rbs', line 2156 def source_identifier @source_identifier end |