Class: Aws::Types::PolicyGrantDetail

Inherits:
Object
  • Object
show all
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 =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#add_to_project_member_poolTypes::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_typeTypes::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_unitTypes::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_environmentTypes::Unit

Returns the value of attribute create_environment.

Returns:



4833
4834
4835
# File 'sig/types.rbs', line 4833

def create_environment
  @create_environment
end

#create_environment_from_blueprintTypes::Unit

Returns the value of attribute create_environment_from_blueprint.

Returns:



4834
4835
4836
# File 'sig/types.rbs', line 4834

def create_environment_from_blueprint
  @create_environment_from_blueprint
end

#create_environment_profileTypes::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_typeTypes::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_glossaryTypes::CreateGlossaryPolicyGrantDetail

Returns the value of attribute create_glossary.



4827
4828
4829
# File 'sig/types.rbs', line 4827

def create_glossary
  @create_glossary
end

#create_projectTypes::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_profileTypes::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_profileTypes::Unit

Returns the value of attribute delegate_create_environment_profile.

Returns:



4832
4833
4834
# File 'sig/types.rbs', line 4832

def delegate_create_environment_profile
  @delegate_create_environment_profile
end

#override_domain_unit_ownersTypes::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_ownersTypes::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

#unknownObject

Returns the value of attribute unknown.

Returns:

  • (Object)


4837
4838
4839
# File 'sig/types.rbs', line 4837

def unknown
  @unknown
end

#use_asset_typeTypes::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