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)


863
864
865
# File 'sig/types.rbs', line 863

def arn
  @arn
end

#dns_subdomain::String

Returns the value of attribute dns_subdomain.

Returns:

  • (::String)


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

def dns_subdomain
  @dns_subdomain
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


864
865
866
# File 'sig/types.rbs', line 864

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


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

def status
  @status
end