Class: Aws::Types::PolicyGrantDetail
- Inherits:
-
Object
- Object
- Aws::Types::PolicyGrantDetail
- Defined in:
- sig/types.rbs
Defined Under Namespace
Classes: AddToProjectMemberPool, CreateAssetType, CreateDomainUnit, CreateEnvironment, CreateEnvironmentFromBlueprint, CreateEnvironmentProfile, CreateFormType, CreateGlossary, CreateProject, CreateProjectFromProjectProfile, DelegateCreateEnvironmentProfile, OverrideDomainUnitOwners, OverrideProjectOwners, Unknown, UseAssetType
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#add_to_project_member_pool ⇒ Types::AddToProjectMemberPoolPolicyGrantDetail
Returns the value of attribute add_to_project_member_pool.
-
#create_asset_type ⇒ Types::CreateAssetTypePolicyGrantDetail
Returns the value of attribute create_asset_type.
-
#create_domain_unit ⇒ Types::CreateDomainUnitPolicyGrantDetail
Returns the value of attribute create_domain_unit.
-
#create_environment ⇒ Types::Unit
Returns the value of attribute create_environment.
-
#create_environment_from_blueprint ⇒ Types::Unit
Returns the value of attribute create_environment_from_blueprint.
-
#create_environment_profile ⇒ Types::CreateEnvironmentProfilePolicyGrantDetail
Returns the value of attribute create_environment_profile.
-
#create_form_type ⇒ Types::CreateFormTypePolicyGrantDetail
Returns the value of attribute create_form_type.
-
#create_glossary ⇒ Types::CreateGlossaryPolicyGrantDetail
Returns the value of attribute create_glossary.
-
#create_project ⇒ Types::CreateProjectPolicyGrantDetail
Returns the value of attribute create_project.
-
#create_project_from_project_profile ⇒ Types::CreateProjectFromProjectProfilePolicyGrantDetail
Returns the value of attribute create_project_from_project_profile.
-
#delegate_create_environment_profile ⇒ Types::Unit
Returns the value of attribute delegate_create_environment_profile.
-
#override_domain_unit_owners ⇒ Types::OverrideDomainUnitOwnersPolicyGrantDetail
Returns the value of attribute override_domain_unit_owners.
-
#override_project_owners ⇒ Types::OverrideProjectOwnersPolicyGrantDetail
Returns the value of attribute override_project_owners.
-
#unknown ⇒ Object
Returns the value of attribute unknown.
-
#use_asset_type ⇒ Types::UseAssetTypePolicyGrantDetail
Returns the value of attribute use_asset_type.
Instance Attribute Details
#add_to_project_member_pool ⇒ Types::AddToProjectMemberPoolPolicyGrantDetail
Returns the value of attribute add_to_project_member_pool.
4825 4826 4827 |
# File 'sig/types.rbs', line 4825 def add_to_project_member_pool @add_to_project_member_pool end |
#create_asset_type ⇒ Types::CreateAssetTypePolicyGrantDetail
Returns the value of attribute create_asset_type.
4829 4830 4831 |
# File 'sig/types.rbs', line 4829 def create_asset_type @create_asset_type end |
#create_domain_unit ⇒ Types::CreateDomainUnitPolicyGrantDetail
Returns the value of attribute create_domain_unit.
4823 4824 4825 |
# File 'sig/types.rbs', line 4823 def create_domain_unit @create_domain_unit end |
#create_environment ⇒ Types::Unit
Returns the value of attribute create_environment.
4833 4834 4835 |
# File 'sig/types.rbs', line 4833 def create_environment @create_environment end |
#create_environment_from_blueprint ⇒ Types::Unit
Returns the value of attribute create_environment_from_blueprint.
4834 4835 4836 |
# File 'sig/types.rbs', line 4834 def create_environment_from_blueprint @create_environment_from_blueprint end |
#create_environment_profile ⇒ Types::CreateEnvironmentProfilePolicyGrantDetail
Returns the value of attribute create_environment_profile.
4831 4832 4833 |
# File 'sig/types.rbs', line 4831 def create_environment_profile @create_environment_profile end |
#create_form_type ⇒ Types::CreateFormTypePolicyGrantDetail
Returns the value of attribute create_form_type.
4828 4829 4830 |
# File 'sig/types.rbs', line 4828 def create_form_type @create_form_type end |
#create_glossary ⇒ Types::CreateGlossaryPolicyGrantDetail
Returns the value of attribute create_glossary.
4827 4828 4829 |
# File 'sig/types.rbs', line 4827 def create_glossary @create_glossary end |
#create_project ⇒ Types::CreateProjectPolicyGrantDetail
Returns the value of attribute create_project.
4830 4831 4832 |
# File 'sig/types.rbs', line 4830 def create_project @create_project end |
#create_project_from_project_profile ⇒ Types::CreateProjectFromProjectProfilePolicyGrantDetail
Returns the value of attribute create_project_from_project_profile.
4835 4836 4837 |
# File 'sig/types.rbs', line 4835 def create_project_from_project_profile @create_project_from_project_profile end |
#delegate_create_environment_profile ⇒ Types::Unit
Returns the value of attribute delegate_create_environment_profile.
4832 4833 4834 |
# File 'sig/types.rbs', line 4832 def delegate_create_environment_profile @delegate_create_environment_profile end |
#override_domain_unit_owners ⇒ Types::OverrideDomainUnitOwnersPolicyGrantDetail
Returns the value of attribute override_domain_unit_owners.
4824 4825 4826 |
# File 'sig/types.rbs', line 4824 def override_domain_unit_owners @override_domain_unit_owners end |
#override_project_owners ⇒ Types::OverrideProjectOwnersPolicyGrantDetail
Returns the value of attribute override_project_owners.
4826 4827 4828 |
# File 'sig/types.rbs', line 4826 def override_project_owners @override_project_owners end |
#unknown ⇒ Object
Returns the value of attribute unknown.
4837 4838 4839 |
# File 'sig/types.rbs', line 4837 def unknown @unknown end |
#use_asset_type ⇒ Types::UseAssetTypePolicyGrantDetail
Returns the value of attribute use_asset_type.
4836 4837 4838 |
# File 'sig/types.rbs', line 4836 def use_asset_type @use_asset_type end |