Class: Aws::Types::ResolveCustomerResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#customer_aws_account_id::String

Returns the value of attribute customer_aws_account_id.

Returns:

  • (::String)


145
146
147
# File 'sig/types.rbs', line 145

def 
  @customer_aws_account_id
end

#customer_identifier::String

Returns the value of attribute customer_identifier.

Returns:

  • (::String)


143
144
145
# File 'sig/types.rbs', line 143

def customer_identifier
  @customer_identifier
end

#license_arn::String

Returns the value of attribute license_arn.

Returns:

  • (::String)


146
147
148
# File 'sig/types.rbs', line 146

def license_arn
  @license_arn
end

#product_code::String

Returns the value of attribute product_code.

Returns:

  • (::String)


144
145
146
# File 'sig/types.rbs', line 144

def product_code
  @product_code
end