Class: Aws::Types::ExternalAccessDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#action::Array[::String]

Returns the value of attribute action.

Returns:



381
382
383
# File 'sig/types.rbs', line 381

def action
  @action
end

#condition::Hash[::String, ::String]

Returns the value of attribute condition.

Returns:



382
383
384
# File 'sig/types.rbs', line 382

def condition
  @condition
end

#is_publicBoolean

Returns the value of attribute is_public.

Returns:



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.

Returns:



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.

Returns:



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.

Returns:



385
386
387
# File 'sig/types.rbs', line 385

def sources
  @sources
end