Class: Aws::Types::RemovePolicyGrantInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


5325
5326
5327
# File 'sig/types.rbs', line 5325

def client_token
  @client_token
end

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


5319
5320
5321
# File 'sig/types.rbs', line 5319

def domain_identifier
  @domain_identifier
end

#entity_identifier::String

Returns the value of attribute entity_identifier.

Returns:

  • (::String)


5321
5322
5323
# File 'sig/types.rbs', line 5321

def entity_identifier
  @entity_identifier
end

#entity_type"DOMAIN_UNIT", ...

Returns the value of attribute entity_type.

Returns:

  • ("DOMAIN_UNIT", "ENVIRONMENT_BLUEPRINT_CONFIGURATION", "ENVIRONMENT_PROFILE", "ASSET_TYPE")


5320
5321
5322
# File 'sig/types.rbs', line 5320

def entity_type
  @entity_type
end

#grant_identifier::String

Returns the value of attribute grant_identifier.

Returns:

  • (::String)


5324
5325
5326
# File 'sig/types.rbs', line 5324

def grant_identifier
  @grant_identifier
end

#policy_type"CREATE_DOMAIN_UNIT", ...

Returns the value of attribute policy_type.

Returns:

  • ("CREATE_DOMAIN_UNIT", "OVERRIDE_DOMAIN_UNIT_OWNERS", "ADD_TO_PROJECT_MEMBER_POOL", "OVERRIDE_PROJECT_OWNERS", "CREATE_GLOSSARY", "CREATE_FORM_TYPE", "CREATE_ASSET_TYPE", "CREATE_PROJECT", "CREATE_ENVIRONMENT_PROFILE", "DELEGATE_CREATE_ENVIRONMENT_PROFILE", "CREATE_ENVIRONMENT", "CREATE_ENVIRONMENT_FROM_BLUEPRINT", "CREATE_PROJECT_FROM_PROJECT_PROFILE", "USE_ASSET_TYPE")


5322
5323
5324
# File 'sig/types.rbs', line 5322

def policy_type
  @policy_type
end

#principalTypes::PolicyGrantPrincipal

Returns the value of attribute principal.



5323
5324
5325
# File 'sig/types.rbs', line 5323

def principal
  @principal
end