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

#access_role_arn::String

Returns the value of attribute access_role_arn.

Returns:



91
92
93
# File 'sig/types.rbs', line 91

def access_role_arn
  @access_role_arn
end

#arn::String

Returns the value of attribute arn.

Returns:



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

def arn
  @arn
end

#associationTypes::FeedAssociation

Returns the value of attribute association.

Returns:



93
94
95
# File 'sig/types.rbs', line 93

def association
  @association
end

#data_endpoints::Array[::String]

Returns the value of attribute data_endpoints.

Returns:



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

def data_endpoints
  @data_endpoints
end

#id::String

Returns the value of attribute id.

Returns:



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

def id
  @id
end

#name::String

Returns the value of attribute name.

Returns:



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

def name
  @name
end

#outputs::Array[Types::GetOutput]

Returns the value of attribute outputs.

Returns:



90
91
92
# File 'sig/types.rbs', line 90

def outputs
  @outputs
end

#status"CREATING", ...

Returns the value of attribute status.

Returns:



92
93
94
# File 'sig/types.rbs', line 92

def status
  @status
end

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

Returns the value of attribute tags.

Returns:



94
95
96
# File 'sig/types.rbs', line 94

def tags
  @tags
end