Class: Aws::Types::ProductUserSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


289
290
291
# File 'sig/types.rbs', line 289

def domain
  @domain
end

#identity_providerTypes::IdentityProvider

Returns the value of attribute identity_provider.



285
286
287
# File 'sig/types.rbs', line 285

def identity_provider
  @identity_provider
end

#license_expiration_date::String

Returns the value of attribute license_expiration_date.

Returns:

  • (::String)


292
293
294
# File 'sig/types.rbs', line 292

def license_expiration_date
  @license_expiration_date
end

#product::String

Returns the value of attribute product.

Returns:

  • (::String)


284
285
286
# File 'sig/types.rbs', line 284

def product
  @product
end

#product_user_arn::String

Returns the value of attribute product_user_arn.

Returns:

  • (::String)


287
288
289
# File 'sig/types.rbs', line 287

def product_user_arn
  @product_user_arn
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


286
287
288
# File 'sig/types.rbs', line 286

def status
  @status
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


288
289
290
# File 'sig/types.rbs', line 288

def status_message
  @status_message
end

#subscription_end_date::String

Returns the value of attribute subscription_end_date.

Returns:

  • (::String)


291
292
293
# File 'sig/types.rbs', line 291

def subscription_end_date
  @subscription_end_date
end

#subscription_start_date::String

Returns the value of attribute subscription_start_date.

Returns:

  • (::String)


290
291
292
# File 'sig/types.rbs', line 290

def subscription_start_date
  @subscription_start_date
end

#username::String

Returns the value of attribute username.

Returns:

  • (::String)


283
284
285
# File 'sig/types.rbs', line 283

def username
  @username
end