Class: Aws::Types::PutComponentPolicyRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#component_arn ⇒ ::String

Returns the value of attribute component_arn.

Returns:

  • (::String)


1801
1802
1803
# File 'sig/types.rbs', line 1801

def component_arn
  @component_arn
end

#policy ⇒ ::String

Returns the value of attribute policy.

Returns:

  • (::String)


1802
1803
1804
# File 'sig/types.rbs', line 1802

def policy
  @policy
end