Class: Aws::Types::CreateApplicationResponse

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)


866
867
868
# File 'sig/types.rbs', line 866

def arn
  @arn
end

#dns_subdomain::String

Returns the value of attribute dns_subdomain.

Returns:

  • (::String)


868
869
870
# File 'sig/types.rbs', line 868

def dns_subdomain
  @dns_subdomain
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


867
868
869
# File 'sig/types.rbs', line 867

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


869
870
871
# File 'sig/types.rbs', line 869

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


870
871
872
# File 'sig/types.rbs', line 870

def status
  @status
end