Class: Aws::Types::CreateAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#assessment_schedule ⇒ "Disabled", "Daily"
Returns the value of attribute assessment_schedule.
-
#aws_application_arn ⇒ ::String
Returns the value of attribute aws_application_arn.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#event_subscriptions ⇒ ::Array[Types::EventSubscription]
Returns the value of attribute event_subscriptions.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#permission_model ⇒ Types::PermissionModel
Returns the value of attribute permission_model.
-
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#assessment_schedule ⇒ "Disabled", "Daily"
Returns the value of attribute assessment_schedule.
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.
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.
284 285 286 |
# File 'sig/types.rbs', line 284 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
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.
286 287 288 |
# File 'sig/types.rbs', line 286 def event_subscriptions @event_subscriptions end |
#name ⇒ ::String
Returns the value of attribute name.
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 end |
#policy_arn ⇒ ::String
Returns the value of attribute policy_arn.
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.
290 291 292 |
# File 'sig/types.rbs', line 290 def @tags end |