Class: Aws::Types::CreateApplicationRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


853
854
855
# File 'sig/types.rbs', line 853

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def description
  @description
end

#idc_instance_arn::String

Returns the value of attribute idc_instance_arn.

Returns:

  • (::String)


854
855
856
# File 'sig/types.rbs', line 854

def idc_instance_arn
  @idc_instance_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:

  • (::Hash[::String, ::String])


858
859
860
# File 'sig/types.rbs', line 858

def tags
  @tags
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


855
856
857
# File 'sig/types.rbs', line 855

def workspace_name
  @workspace_name
end