Module: Aws::ElementalInference::Client::_CreateFeedResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::CreateFeedResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#arn::String

Returns:

  • (::String)


118
# File 'sig/client.rbs', line 118

def arn: () -> ::String

#associationTypes::FeedAssociation



124
# File 'sig/client.rbs', line 124

def association: () -> Types::FeedAssociation

#data_endpoints::Array[::String]

Returns:

  • (::Array[::String])


121
# File 'sig/client.rbs', line 121

def data_endpoints: () -> ::Array[::String]

#id::String

Returns:

  • (::String)


120
# File 'sig/client.rbs', line 120

def id: () -> ::String

#name::String

Returns:

  • (::String)


119
# File 'sig/client.rbs', line 119

def name: () -> ::String

#outputs::Array[Types::GetOutput]

Returns:



122
# File 'sig/client.rbs', line 122

def outputs: () -> ::Array[Types::GetOutput]

#status"CREATING", ...

Returns:

  • ("CREATING", "AVAILABLE", "ACTIVE", "UPDATING", "DELETING", "DELETED", "ARCHIVED")


123
# File 'sig/client.rbs', line 123

def status: () -> ("CREATING" | "AVAILABLE" | "ACTIVE" | "UPDATING" | "DELETING" | "DELETED" | "ARCHIVED")

#tags::Hash[::String, ::String]

Returns:

  • (::Hash[::String, ::String])


125
# File 'sig/client.rbs', line 125

def tags: () -> ::Hash[::String, ::String]