Class: Aws::Types::CreateApplicationOutput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#application_log_output_uri::String

Returns the value of attribute application_log_output_uri.

Returns:

  • (::String)


74
75
76
# File 'sig/types.rbs', line 74

def application_log_output_uri
  @application_log_output_uri
end

#application_log_paths::Array[::String]

Returns the value of attribute application_log_paths.

Returns:

  • (::Array[::String])


73
74
75
# File 'sig/types.rbs', line 73

def application_log_paths
  @application_log_paths
end

#application_source_uri::String

Returns the value of attribute application_source_uri.

Returns:

  • (::String)


75
76
77
# File 'sig/types.rbs', line 75

def application_source_uri
  @application_source_uri
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


69
70
71
# File 'sig/types.rbs', line 69

def arn
  @arn
end

#associated_stream_groups::Array[::String]

Returns the value of attribute associated_stream_groups.

Returns:

  • (::Array[::String])


82
83
84
# File 'sig/types.rbs', line 82

def associated_stream_groups
  @associated_stream_groups
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


80
81
82
# File 'sig/types.rbs', line 80

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


70
71
72
# File 'sig/types.rbs', line 70

def description
  @description
end

#executable_path::String

Returns the value of attribute executable_path.

Returns:

  • (::String)


72
73
74
# File 'sig/types.rbs', line 72

def executable_path
  @executable_path
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


76
77
78
# File 'sig/types.rbs', line 76

def id
  @id
end

#last_updated_at::Time

Returns the value of attribute last_updated_at.

Returns:

  • (::Time)


81
82
83
# File 'sig/types.rbs', line 81

def last_updated_at
  @last_updated_at
end

#replication_statuses::Array[Types::ReplicationStatus]

Returns the value of attribute replication_statuses.

Returns:



79
80
81
# File 'sig/types.rbs', line 79

def replication_statuses
  @replication_statuses
end

#runtime_environmentTypes::RuntimeEnvironment

Returns the value of attribute runtime_environment.



71
72
73
# File 'sig/types.rbs', line 71

def runtime_environment
  @runtime_environment
end

#status"INITIALIZED", ...

Returns the value of attribute status.

Returns:

  • ("INITIALIZED", "PROCESSING", "READY", "DELETING", "ERROR")


77
78
79
# File 'sig/types.rbs', line 77

def status
  @status
end

#status_reason"internalError", ...

Returns the value of attribute status_reason.

Returns:

  • ("internalError", "accessDenied", "sourceModified")


78
79
80
# File 'sig/types.rbs', line 78

def status_reason
  @status_reason
end