Class: Aws::Types::InternalAccessDetails
- Inherits:
-
Object
- Object
- Aws::Types::InternalAccessDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_type ⇒ "INTRA_ACCOUNT", "INTRA_ORG"
Returns the value of attribute access_type.
-
#action ⇒ ::Array[::String]
Returns the value of attribute action.
-
#condition ⇒ ::Hash[::String, ::String]
Returns the value of attribute condition.
-
#principal ⇒ ::Hash[::String, ::String]
Returns the value of attribute principal.
-
#principal_owner_account ⇒ ::String
Returns the value of attribute principal_owner_account.
-
#principal_type ⇒ "IAM_ROLE", "IAM_USER"
Returns the value of attribute principal_type.
-
#resource_control_policy_restriction ⇒ "APPLICABLE", ...
Returns the value of attribute resource_control_policy_restriction.
-
#service_control_policy_restriction ⇒ "APPLICABLE", ...
Returns the value of attribute service_control_policy_restriction.
-
#sources ⇒ ::Array[Types::FindingSource]
Returns the value of attribute sources.
Instance Attribute Details
#access_type ⇒ "INTRA_ACCOUNT", "INTRA_ORG"
Returns the value of attribute access_type.
691 692 693 |
# File 'sig/types.rbs', line 691 def access_type @access_type end |
#action ⇒ ::Array[::String]
Returns the value of attribute action.
687 688 689 |
# File 'sig/types.rbs', line 687 def action @action end |
#condition ⇒ ::Hash[::String, ::String]
Returns the value of attribute condition.
688 689 690 |
# File 'sig/types.rbs', line 688 def condition @condition end |
#principal ⇒ ::Hash[::String, ::String]
Returns the value of attribute principal.
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.
690 691 692 |
# File 'sig/types.rbs', line 690 def principal_owner_account @principal_owner_account end |
#principal_type ⇒ "IAM_ROLE", "IAM_USER"
Returns the value of attribute principal_type.
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.
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.
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.
693 694 695 |
# File 'sig/types.rbs', line 693 def sources @sources end |