Class: Aws::Types::UpdateTargetAccountConfigurationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:



835
836
837
# File 'sig/types.rbs', line 835

def 
  @account_id
end

#description::String

Returns the value of attribute description.

Returns:



837
838
839
# File 'sig/types.rbs', line 837

def description
  @description
end

#experiment_template_id::String

Returns the value of attribute experiment_template_id.

Returns:



834
835
836
# File 'sig/types.rbs', line 834

def experiment_template_id
  @experiment_template_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



836
837
838
# File 'sig/types.rbs', line 836

def role_arn
  @role_arn
end