Class: Aws::Types::CreateTargetAccountConfigurationRequest

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:



114
115
116
# File 'sig/types.rbs', line 114

def 
  @account_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:



112
113
114
# File 'sig/types.rbs', line 112

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:



116
117
118
# File 'sig/types.rbs', line 116

def description
  @description
end

#experiment_template_id::String

Returns the value of attribute experiment_template_id.

Returns:



113
114
115
# File 'sig/types.rbs', line 113

def experiment_template_id
  @experiment_template_id
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



115
116
117
# File 'sig/types.rbs', line 115

def role_arn
  @role_arn
end