Class: Aws::Types::CreateAccountAssignmentRequest

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:



172
173
174
# File 'sig/types.rbs', line 172

def instance_arn
  @instance_arn
end

#permission_set_arn ⇒ ::String

Returns the value of attribute permission_set_arn.

Returns:



175
176
177
# File 'sig/types.rbs', line 175

def permission_set_arn
  @permission_set_arn
end

#principal_id ⇒ ::String

Returns the value of attribute principal_id.

Returns:



177
178
179
# File 'sig/types.rbs', line 177

def principal_id
  @principal_id
end

#principal_type ⇒ "USER", "GROUP"

Returns the value of attribute principal_type.

Returns:



176
177
178
# File 'sig/types.rbs', line 176

def principal_type
  @principal_type
end

#target_id ⇒ ::String

Returns the value of attribute target_id.

Returns:



173
174
175
# File 'sig/types.rbs', line 173

def target_id
  @target_id
end

#target_type ⇒ "AWS_ACCOUNT"

Returns the value of attribute target_type.

Returns:



174
175
176
# File 'sig/types.rbs', line 174

def target_type
  @target_type
end