Class: Aws::Types::ApplicationSummary

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_id::String

Returns the value of attribute application_id.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def application_id
  @application_id
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def application_name
  @application_name
end

#default_kms_key_id::String

Returns the value of attribute default_kms_key_id.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def default_kms_key_id
  @default_kms_key_id
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


71
72
73
# File 'sig/types.rbs', line 71

def domain
  @domain
end