Class: Aws::Types::Source

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#custom_policy_detailsTypes::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.

Returns:

  • ("CUSTOM_LAMBDA", "AWS", "CUSTOM_POLICY")


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.

Returns:



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.

Returns:

  • (::String)


2156
2157
2158
# File 'sig/types.rbs', line 2156

def source_identifier
  @source_identifier
end