Class: Aws::Types::CreateApplicationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_arn::String

Returns the value of attribute application_arn.

Returns:

  • (::String)


209
210
211
# File 'sig/types.rbs', line 209

def application_arn
  @application_arn
end

#identity_store_arn::String

Returns the value of attribute identity_store_arn.

Returns:

  • (::String)


211
212
213
# File 'sig/types.rbs', line 211

def identity_store_arn
  @identity_store_arn
end

#instance_arn::String

Returns the value of attribute instance_arn.

Returns:

  • (::String)


210
211
212
# File 'sig/types.rbs', line 210

def instance_arn
  @instance_arn
end