Class: Aws::Types::ExternalAccessDetails
- Inherits:
-
Object
- Object
- Aws::Types::ExternalAccessDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ ::Array[::String]
Returns the value of attribute action.
-
#condition ⇒ ::Hash[::String, ::String]
Returns the value of attribute condition.
-
#is_public ⇒ Boolean
Returns the value of attribute is_public.
-
#principal ⇒ ::Hash[::String, ::String]
Returns the value of attribute principal.
-
#resource_control_policy_restriction ⇒ "APPLICABLE", ...
Returns the value of attribute resource_control_policy_restriction.
-
#sources ⇒ ::Array[Types::FindingSource]
Returns the value of attribute sources.
Instance Attribute Details
#action ⇒ ::Array[::String]
Returns the value of attribute action.
381 382 383 |
# File 'sig/types.rbs', line 381 def action @action end |
#condition ⇒ ::Hash[::String, ::String]
Returns the value of attribute condition.
382 383 384 |
# File 'sig/types.rbs', line 382 def condition @condition end |
#is_public ⇒ Boolean
Returns the value of attribute is_public.
383 384 385 |
# File 'sig/types.rbs', line 383 def is_public @is_public end |
#principal ⇒ ::Hash[::String, ::String]
Returns the value of attribute principal.
384 385 386 |
# File 'sig/types.rbs', line 384 def principal @principal end |
#resource_control_policy_restriction ⇒ "APPLICABLE", ...
Returns the value of attribute resource_control_policy_restriction.
386 387 388 |
# File 'sig/types.rbs', line 386 def resource_control_policy_restriction @resource_control_policy_restriction end |
#sources ⇒ ::Array[Types::FindingSource]
Returns the value of attribute sources.
385 386 387 |
# File 'sig/types.rbs', line 385 def sources @sources end |