Class: Aws::Types::EngagementMember

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:company_name, :account_id])

Instance Attribute Summary collapse

Instance Attribute Details

#account_id::String

Returns the value of attribute account_id.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def 
  @account_id
end

#company_name::String

Returns the value of attribute company_name.

Returns:

  • (::String)


404
405
406
# File 'sig/types.rbs', line 404

def company_name
  @company_name
end

#website_url::String

Returns the value of attribute website_url.

Returns:

  • (::String)


405
406
407
# File 'sig/types.rbs', line 405

def website_url
  @website_url
end