Class: Aws::Types::GetApplicationResponse

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)


1074
1075
1076
# File 'sig/types.rbs', line 1074

def application_id
  @application_id
end

#application_name::String

Returns the value of attribute application_name.

Returns:

  • (::String)


1076
1077
1078
# File 'sig/types.rbs', line 1076

def application_name
  @application_name
end

#default_kms_key_id::String

Returns the value of attribute default_kms_key_id.

Returns:

  • (::String)


1079
1080
1081
# File 'sig/types.rbs', line 1079

def default_kms_key_id
  @default_kms_key_id
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


1075
1076
1077
# File 'sig/types.rbs', line 1075

def domain
  @domain
end

#idc_configurationTypes::IdCConfiguration

Returns the value of attribute idc_configuration.



1077
1078
1079
# File 'sig/types.rbs', line 1077

def idc_configuration
  @idc_configuration
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


1078
1079
1080
# File 'sig/types.rbs', line 1078

def role_arn
  @role_arn
end