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)


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

def instance_arn
  @instance_arn
end

#permission_set_arn ⇒ ::String

Returns the value of attribute permission_set_arn.

Returns:

  • (::String)


1066
1067
1068
# File 'sig/types.rbs', line 1066

def permission_set_arn
  @permission_set_arn
end

#target_id ⇒ ::String

Returns the value of attribute target_id.

Returns:

  • (::String)


1067
1068
1069
# File 'sig/types.rbs', line 1067

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


1068
1069
1070
# File 'sig/types.rbs', line 1068

def target_type
  @target_type
end