Class: Aws::Types::DescribePartnerAppResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_configTypes::PartnerAppConfig

Returns the value of attribute application_config.



4980
4981
4982
# File 'sig/types.rbs', line 4980

def application_config
  @application_config
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


4968
4969
4970
# File 'sig/types.rbs', line 4968

def arn
  @arn
end

#auth_type"IAM"

Returns the value of attribute auth_type.

Returns:

  • ("IAM")


4981
4982
4983
# File 'sig/types.rbs', line 4981

def auth_type
  @auth_type
end

#available_upgradeTypes::AvailableUpgrade

Returns the value of attribute available_upgrade.



4986
4987
4988
# File 'sig/types.rbs', line 4986

def available_upgrade
  @available_upgrade
end

#base_url::String

Returns the value of attribute base_url.

Returns:

  • (::String)


4976
4977
4978
# File 'sig/types.rbs', line 4976

def base_url
  @base_url
end

#creation_time::Time

Returns the value of attribute creation_time.

Returns:

  • (::Time)


4972
4973
4974
# File 'sig/types.rbs', line 4972

def creation_time
  @creation_time
end

#current_version_eol_date::Time

Returns the value of attribute current_version_eol_date.

Returns:

  • (::Time)


4985
4986
4987
# File 'sig/types.rbs', line 4985

def current_version_eol_date
  @current_version_eol_date
end

#enable_auto_minor_version_upgradeBoolean

Returns the value of attribute enable_auto_minor_version_upgrade.

Returns:

  • (Boolean)


4984
4985
4986
# File 'sig/types.rbs', line 4984

def enable_auto_minor_version_upgrade
  @enable_auto_minor_version_upgrade
end

#enable_iam_session_based_identityBoolean

Returns the value of attribute enable_iam_session_based_identity.

Returns:

  • (Boolean)


4982
4983
4984
# File 'sig/types.rbs', line 4982

def enable_iam_session_based_identity
  @enable_iam_session_based_identity
end

#errorTypes::ErrorInfo

Returns the value of attribute error.

Returns:



4983
4984
4985
# File 'sig/types.rbs', line 4983

def error
  @error
end

#execution_role_arn::String

Returns the value of attribute execution_role_arn.

Returns:

  • (::String)


4974
4975
4976
# File 'sig/types.rbs', line 4974

def execution_role_arn
  @execution_role_arn
end

#kms_key_id::String

Returns the value of attribute kms_key_id.

Returns:

  • (::String)


4975
4976
4977
# File 'sig/types.rbs', line 4975

def kms_key_id
  @kms_key_id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


4973
4974
4975
# File 'sig/types.rbs', line 4973

def last_modified_time
  @last_modified_time
end

#maintenance_configTypes::PartnerAppMaintenanceConfig

Returns the value of attribute maintenance_config.



4977
4978
4979
# File 'sig/types.rbs', line 4977

def maintenance_config
  @maintenance_config
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


4969
4970
4971
# File 'sig/types.rbs', line 4969

def name
  @name
end

#status"Creating", ...

Returns the value of attribute status.

Returns:

  • ("Creating", "Updating", "Deleting", "Available", "Failed", "UpdateFailed", "Deleted")


4971
4972
4973
# File 'sig/types.rbs', line 4971

def status
  @status
end

#tier::String

Returns the value of attribute tier.

Returns:

  • (::String)


4978
4979
4980
# File 'sig/types.rbs', line 4978

def tier
  @tier
end

#type"lakera-guard", ...

Returns the value of attribute type.

Returns:

  • ("lakera-guard", "comet", "deepchecks-llm-evaluation", "fiddler")


4970
4971
4972
# File 'sig/types.rbs', line 4970

def type
  @type
end

#version::String

Returns the value of attribute version.

Returns:

  • (::String)


4979
4980
4981
# File 'sig/types.rbs', line 4979

def version
  @version
end