Class: Aws::Types::ListPolicyGrantsInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain_identifier::String

Returns the value of attribute domain_identifier.

Returns:

  • (::String)


4217
4218
4219
# File 'sig/types.rbs', line 4217

def domain_identifier
  @domain_identifier
end

#entity_identifier::String

Returns the value of attribute entity_identifier.

Returns:

  • (::String)


4219
4220
4221
# File 'sig/types.rbs', line 4219

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")


4218
4219
4220
# File 'sig/types.rbs', line 4218

def entity_type
  @entity_type
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


4221
4222
4223
# File 'sig/types.rbs', line 4221

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


4222
4223
4224
# File 'sig/types.rbs', line 4222

def next_token
  @next_token
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")


4220
4221
4222
# File 'sig/types.rbs', line 4220

def policy_type
  @policy_type
end