Class: Aws::Types::ProvisionPermissionSetRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


1061
1062
1063
# File 'sig/types.rbs', line 1061

def instance_arn
  @instance_arn
end

#permission_set_arn::String

Returns the value of attribute permission_set_arn.

Returns:

  • (::String)


1062
1063
1064
# File 'sig/types.rbs', line 1062

def permission_set_arn
  @permission_set_arn
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


1063
1064
1065
# File 'sig/types.rbs', line 1063

def target_id
  @target_id
end

#target_type"AWS_ACCOUNT", "ALL_PROVISIONED_ACCOUNTS"

Returns the value of attribute target_type.

Returns:

  • ("AWS_ACCOUNT", "ALL_PROVISIONED_ACCOUNTS")


1064
1065
1066
# File 'sig/types.rbs', line 1064

def target_type
  @target_type
end