Class: Aws::Types::DeleteAccountAssignmentRequest

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)


273
274
275
# File 'sig/types.rbs', line 273

def instance_arn
  @instance_arn
end

#permission_set_arn::String

Returns the value of attribute permission_set_arn.

Returns:

  • (::String)


276
277
278
# File 'sig/types.rbs', line 276

def permission_set_arn
  @permission_set_arn
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


278
279
280
# File 'sig/types.rbs', line 278

def principal_id
  @principal_id
end

#principal_type"USER", "GROUP"

Returns the value of attribute principal_type.

Returns:

  • ("USER", "GROUP")


277
278
279
# File 'sig/types.rbs', line 277

def principal_type
  @principal_type
end

#target_id::String

Returns the value of attribute target_id.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def target_id
  @target_id
end

#target_type"AWS_ACCOUNT"

Returns the value of attribute target_type.

Returns:

  • ("AWS_ACCOUNT")


275
276
277
# File 'sig/types.rbs', line 275

def target_type
  @target_type
end