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

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


133
134
135
# File 'sig/types.rbs', line 133

def created_at
  @created_at
end

#errorTypes::ErrorDetails

Returns the value of attribute error.

Returns:



136
137
138
# File 'sig/types.rbs', line 136

def error
  @error
end

#identity_sourceTypes::IdentitySourceDetails

Returns the value of attribute identity_source.



130
131
132
# File 'sig/types.rbs', line 130

def identity_source
  @identity_source
end

#status"CREATE_IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("CREATE_IN_PROGRESS", "ACTIVE", "DELETE_IN_PROGRESS", "CREATE_FAILED", "DELETE_FAILED")


131
132
133
# File 'sig/types.rbs', line 131

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


135
136
137
# File 'sig/types.rbs', line 135

def tags
  @tags
end

#tenant_id::String

Returns the value of attribute tenant_id.

Returns:

  • (::String)


132
133
134
# File 'sig/types.rbs', line 132

def tenant_id
  @tenant_id
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


134
135
136
# File 'sig/types.rbs', line 134

def updated_at
  @updated_at
end