Class: Aws::Types::DescribeApplicationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_account::String

Returns the value of attribute application_account.

Returns:

  • (::String)


432
433
434
# File 'sig/types.rbs', line 432

def 
  @application_account
end

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Time)


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.

Returns:

  • (::String)


439
440
441
# File 'sig/types.rbs', line 439

def created_from
  @created_from
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


433
434
435
# File 'sig/types.rbs', line 433

def instance_arn
  @instance_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


431
432
433
# File 'sig/types.rbs', line 431

def name
  @name
end

#portal_optionsTypes::PortalOptions

Returns the value of attribute portal_options.



436
437
438
# File 'sig/types.rbs', line 436

def portal_options
  @portal_options
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


435
436
437
# File 'sig/types.rbs', line 435

def status
  @status
end