Class: Aws::Types::ExperimentTargetAccountConfiguration

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:

  • (::String)


306
307
308
# File 'sig/types.rbs', line 306

def 
  @account_id
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


307
308
309
# File 'sig/types.rbs', line 307

def description
  @description
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


305
306
307
# File 'sig/types.rbs', line 305

def role_arn
  @role_arn
end