Class: Aws::Types::AppInstanceUser

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:name, :metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_user_arn::String

Returns the value of attribute app_instance_user_arn.

Returns:

  • (::String)


62
63
64
# File 'sig/types.rbs', line 62

def app_instance_user_arn
  @app_instance_user_arn
end

#created_timestamp::Time

Returns the value of attribute created_timestamp.

Returns:

  • (::Time)


65
66
67
# File 'sig/types.rbs', line 65

def created_timestamp
  @created_timestamp
end

#expiration_settingsTypes::ExpirationSettings

Returns the value of attribute expiration_settings.



67
68
69
# File 'sig/types.rbs', line 67

def expiration_settings
  @expiration_settings
end

#last_updated_timestamp::Time

Returns the value of attribute last_updated_timestamp.

Returns:

  • (::Time)


66
67
68
# File 'sig/types.rbs', line 66

def last_updated_timestamp
  @last_updated_timestamp
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


64
65
66
# File 'sig/types.rbs', line 64

def 
  
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


63
64
65
# File 'sig/types.rbs', line 63

def name
  @name
end