Class: Aws::Types::Application

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)


79
80
81
# File 'sig/types.rbs', line 79

def 
  @application_account
end

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def application_arn
  @application_arn
end

#application_provider_arn::String

Returns the value of attribute application_provider_arn.

Returns:

  • (::String)


77
78
79
# File 'sig/types.rbs', line 77

def application_provider_arn
  @application_provider_arn
end

#created_date::Time

Returns the value of attribute created_date.

Returns:

  • (::Time)


85
86
87
# File 'sig/types.rbs', line 85

def created_date
  @created_date
end

#created_from::String

Returns the value of attribute created_from.

Returns:

  • (::String)


86
87
88
# File 'sig/types.rbs', line 86

def created_from
  @created_from
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def description
  @description
end

#identity_store_arn::String

Returns the value of attribute identity_store_arn.

Returns:

  • (::String)


81
82
83
# File 'sig/types.rbs', line 81

def identity_store_arn
  @identity_store_arn
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


80
81
82
# File 'sig/types.rbs', line 80

def instance_arn
  @instance_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


78
79
80
# File 'sig/types.rbs', line 78

def name
  @name
end

#portal_optionsTypes::PortalOptions

Returns the value of attribute portal_options.



83
84
85
# File 'sig/types.rbs', line 83

def portal_options
  @portal_options
end

#status"ENABLED", "DISABLED"

Returns the value of attribute status.

Returns:

  • ("ENABLED", "DISABLED")


82
83
84
# File 'sig/types.rbs', line 82

def status
  @status
end