Class: Aws::Types::CreateFeedResponse

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)


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

def arn
  @arn
end

#associationTypes::FeedAssociation

Returns the value of attribute association.



87
88
89
# File 'sig/types.rbs', line 87

def association
  @association
end

#data_endpoints::Array[::String]

Returns the value of attribute data_endpoints.

Returns:

  • (::Array[::String])


84
85
86
# File 'sig/types.rbs', line 84

def data_endpoints
  @data_endpoints
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#outputs::Array[Types::GetOutput]

Returns the value of attribute outputs.

Returns:



85
86
87
# File 'sig/types.rbs', line 85

def outputs
  @outputs
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:

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


86
87
88
# File 'sig/types.rbs', line 86

def status
  @status
end

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

Returns the value of attribute tags.

Returns:

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


88
89
90
# File 'sig/types.rbs', line 88

def tags
  @tags
end