Class: Aws::Types::CreateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_provider_arn::String

Returns the value of attribute application_provider_arn.

Returns:

  • (::String)


198
199
200
# File 'sig/types.rbs', line 198

def application_provider_arn
  @application_provider_arn
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


204
205
206
# File 'sig/types.rbs', line 204

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


200
201
202
# File 'sig/types.rbs', line 200

def description
  @description
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


197
198
199
# File 'sig/types.rbs', line 197

def instance_arn
  @instance_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


199
200
201
# File 'sig/types.rbs', line 199

def name
  @name
end

#portal_optionsTypes::PortalOptions

Returns the value of attribute portal_options.



201
202
203
# File 'sig/types.rbs', line 201

def portal_options
  @portal_options
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


203
204
205
# File 'sig/types.rbs', line 203

def status
  @status
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



202
203
204
# File 'sig/types.rbs', line 202

def tags
  @tags
end