Class: Aws::Types::DescribeApplicationResponse

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:

  • (::String)


1489
1490
1491
# File 'sig/types.rbs', line 1489

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def description
  @description
end

#dns_subdomain::String

Returns the value of attribute dns_subdomain.

Returns:

  • (::String)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def dns_subdomain
  @dns_subdomain
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def id
  @id
end

#idc_application_arn::String

Returns the value of attribute idc_application_arn.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def idc_application_arn
  @idc_application_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

  • ("CREATING", "ACTIVE", "DELETING")


1496
1497
1498
# File 'sig/types.rbs', line 1496

def status
  @status
end

#updated_at::Time

Returns the value of attribute updated_at.

Returns:

  • (::Time)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def updated_at
  @updated_at
end

#workspace_name::String

Returns the value of attribute workspace_name.

Returns:

  • (::String)


1498
1499
1500
# File 'sig/types.rbs', line 1498

def workspace_name
  @workspace_name
end