Class: Aws::Types::DescribeApplicationResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeApplicationResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#application_account ⇒ ::String
Returns the value of attribute application_account.
-
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
-
#application_provider_arn ⇒ ::String
Returns the value of attribute application_provider_arn.
-
#created_date ⇒ ::Time
Returns the value of attribute created_date.
-
#created_from ⇒ ::String
Returns the value of attribute created_from.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#identity_store_arn ⇒ ::String
Returns the value of attribute identity_store_arn.
-
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#portal_options ⇒ Types::PortalOptions
Returns the value of attribute portal_options.
-
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
Instance Attribute Details
#application_account ⇒ ::String
Returns the value of attribute application_account.
432 433 434 |
# File 'sig/types.rbs', line 432 def application_account @application_account end |
#application_arn ⇒ ::String
Returns the value of attribute application_arn.
429 430 431 |
# File 'sig/types.rbs', line 429 def application_arn @application_arn end |
#application_provider_arn ⇒ ::String
Returns the value of attribute application_provider_arn.
430 431 432 |
# File 'sig/types.rbs', line 430 def application_provider_arn @application_provider_arn end |
#created_date ⇒ ::Time
Returns the value of attribute created_date.
438 439 440 |
# File 'sig/types.rbs', line 438 def created_date @created_date end |
#created_from ⇒ ::String
Returns the value of attribute created_from.
439 440 441 |
# File 'sig/types.rbs', line 439 def created_from @created_from end |
#description ⇒ ::String
Returns the value of attribute description.
437 438 439 |
# File 'sig/types.rbs', line 437 def description @description end |
#identity_store_arn ⇒ ::String
Returns the value of attribute identity_store_arn.
434 435 436 |
# File 'sig/types.rbs', line 434 def identity_store_arn @identity_store_arn end |
#instance_arn ⇒ ::String
Returns the value of attribute instance_arn.
433 434 435 |
# File 'sig/types.rbs', line 433 def instance_arn @instance_arn end |
#name ⇒ ::String
Returns the value of attribute name.
431 432 433 |
# File 'sig/types.rbs', line 431 def name @name end |
#portal_options ⇒ Types::PortalOptions
Returns the value of attribute portal_options.
436 437 438 |
# File 'sig/types.rbs', line 436 def @portal_options end |
#status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute status.
435 436 437 |
# File 'sig/types.rbs', line 435 def status @status end |