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_tag ⇒ ::Hash[::String, ::String]

Returns the value of attribute application_tag.

Returns:

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


195
196
197
# File 'sig/types.rbs', line 195

def application_tag
  @application_tag
end

#arn ⇒ ::String

Returns the value of attribute arn.

Returns:

  • (::String)


187
188
189
# File 'sig/types.rbs', line 187

def arn
  @arn
end

#associated_resource_count ⇒ ::Integer

Returns the value of attribute associated_resource_count.

Returns:

  • (::Integer)


192
193
194
# File 'sig/types.rbs', line 192

def associated_resource_count
  @associated_resource_count
end

#creation_time ⇒ ::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


190
191
192
# File 'sig/types.rbs', line 190

def creation_time
  @creation_time
end

#description ⇒ ::String

Returns the value of attribute description.

Returns:

  • (::String)


189
190
191
# File 'sig/types.rbs', line 189

def description
  @description
end

#id ⇒ ::String

Returns the value of attribute id.

Returns:

  • (::String)


186
187
188
# File 'sig/types.rbs', line 186

def id
  @id
end

#integrations ⇒ Types::Integrations

Returns the value of attribute integrations.

Returns:



194
195
196
# File 'sig/types.rbs', line 194

def integrations
  @integrations
end

#last_update_time ⇒ ::Time

Returns the value of attribute last_update_time.

Returns:

  • (::Time)


191
192
193
# File 'sig/types.rbs', line 191

def last_update_time
  @last_update_time
end

#name ⇒ ::String

Returns the value of attribute name.

Returns:

  • (::String)


188
189
190
# File 'sig/types.rbs', line 188

def name
  @name
end

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

Returns the value of attribute tags.

Returns:

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


193
194
195
# File 'sig/types.rbs', line 193

def tags
  @tags
end