Class: Aws::Types::GetFeedResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#access_role_arn::String

Returns the value of attribute access_role_arn.

Returns:

  • (::String)


243
244
245
# File 'sig/types.rbs', line 243

def access_role_arn
  @access_role_arn
end

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


238
239
240
# File 'sig/types.rbs', line 238

def arn
  @arn
end

#associationTypes::FeedAssociation

Returns the value of attribute association.



245
246
247
# File 'sig/types.rbs', line 245

def association
  @association
end

#data_endpoints::Array[::String]

Returns the value of attribute data_endpoints.

Returns:

  • (::Array[::String])


241
242
243
# File 'sig/types.rbs', line 241

def data_endpoints
  @data_endpoints
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


240
241
242
# File 'sig/types.rbs', line 240

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


239
240
241
# File 'sig/types.rbs', line 239

def name
  @name
end

#outputs::Array[Types::GetOutput]

Returns the value of attribute outputs.

Returns:



242
243
244
# File 'sig/types.rbs', line 242

def outputs
  @outputs
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


244
245
246
# File 'sig/types.rbs', line 244

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


246
247
248
# File 'sig/types.rbs', line 246

def tags
  @tags
end