Class: Aws::Types::CreateAppInstanceUserRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:app_instance_user_id, :name, :metadata])

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arn::String

Returns the value of attribute app_instance_arn.

Returns:

  • (::String)


165
166
167
# File 'sig/types.rbs', line 165

def app_instance_arn
  @app_instance_arn
end

#app_instance_user_id::String

Returns the value of attribute app_instance_user_id.

Returns:

  • (::String)


166
167
168
# File 'sig/types.rbs', line 166

def app_instance_user_id
  @app_instance_user_id
end

#client_request_token::String

Returns the value of attribute client_request_token.

Returns:

  • (::String)


169
170
171
# File 'sig/types.rbs', line 169

def client_request_token
  @client_request_token
end

#expiration_settingsTypes::ExpirationSettings

Returns the value of attribute expiration_settings.



171
172
173
# File 'sig/types.rbs', line 171

def expiration_settings
  @expiration_settings
end

#metadata::String

Returns the value of attribute metadata.

Returns:

  • (::String)


168
169
170
# File 'sig/types.rbs', line 168

def 
  @metadata
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


167
168
169
# File 'sig/types.rbs', line 167

def name
  @name
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



170
171
172
# File 'sig/types.rbs', line 170

def tags
  @tags
end