Class: Aws::Types::CreateAppRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tags])

Instance Attribute Summary collapse

Instance Attribute Details

#assessment_schedule ⇒ "Disabled", "Daily"

Returns the value of attribute assessment_schedule.

Returns:

  • ("Disabled", "Daily")


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

def assessment_schedule
  @assessment_schedule
end

#aws_application_arn ⇒ ::String

Returns the value of attribute aws_application_arn.

Returns:

  • (::String)


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

def aws_application_arn
  @aws_application_arn
end

#client_token ⇒ ::String

Returns the value of attribute client_token.

Returns:

  • (::String)


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

def client_token
  @client_token
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


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

def description
  @description
end

#event_subscriptions ⇒ ::Array[Types::EventSubscription]

Returns the value of attribute event_subscriptions.

Returns:



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

def event_subscriptions
  @event_subscriptions
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#permission_model ⇒ Types::PermissionModel

Returns the value of attribute permission_model.



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

def permission_model
  @permission_model
end

#policy_arn ⇒ ::String

Returns the value of attribute policy_arn.

Returns:

  • (::String)


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

def policy_arn
  @policy_arn
end

#tags ⇒ ::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


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

def tags
  @tags
end