Class: Aws::Types::InternalAccessDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#access_type"INTRA_ACCOUNT", "INTRA_ORG"

Returns the value of attribute access_type.

Returns:



691
692
693
# File 'sig/types.rbs', line 691

def access_type
  @access_type
end

#action::Array[::String]

Returns the value of attribute action.

Returns:



687
688
689
# File 'sig/types.rbs', line 687

def action
  @action
end

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

Returns the value of attribute condition.

Returns:



688
689
690
# File 'sig/types.rbs', line 688

def condition
  @condition
end

#principal::Hash[::String, ::String]

Returns the value of attribute principal.

Returns:



689
690
691
# File 'sig/types.rbs', line 689

def principal
  @principal
end

#principal_owner_account::String

Returns the value of attribute principal_owner_account.

Returns:



690
691
692
# File 'sig/types.rbs', line 690

def 
  
end

#principal_type"IAM_ROLE", "IAM_USER"

Returns the value of attribute principal_type.

Returns:



692
693
694
# File 'sig/types.rbs', line 692

def principal_type
  @principal_type
end

#resource_control_policy_restriction"APPLICABLE", ...

Returns the value of attribute resource_control_policy_restriction.

Returns:



694
695
696
# File 'sig/types.rbs', line 694

def resource_control_policy_restriction
  @resource_control_policy_restriction
end

#service_control_policy_restriction"APPLICABLE", ...

Returns the value of attribute service_control_policy_restriction.

Returns:



695
696
697
# File 'sig/types.rbs', line 695

def service_control_policy_restriction
  @service_control_policy_restriction
end

#sources::Array[Types::FindingSource]

Returns the value of attribute sources.

Returns:



693
694
695
# File 'sig/types.rbs', line 693

def sources
  @sources
end