Class: Aws::Types::ApplicationResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



270
271
272
# File 'sig/types.rbs', line 270

def arn
  @arn
end

#creation_date::String

Returns the value of attribute creation_date.

Returns:



274
275
276
# File 'sig/types.rbs', line 274

def creation_date
  @creation_date
end

#id::String

Returns the value of attribute id.

Returns:



271
272
273
# File 'sig/types.rbs', line 271

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



272
273
274
# File 'sig/types.rbs', line 272

def name
  @name
end

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

Returns the value of attribute tags.

Returns:



273
274
275
# File 'sig/types.rbs', line 273

def tags
  @tags
end