Class: Aws::Types::CreateFeedRequest

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)


67
68
69
# File 'sig/types.rbs', line 67

def access_role_arn
  @access_role_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def name
  @name
end

#outputs::Array[Types::CreateOutput]

Returns the value of attribute outputs.

Returns:



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

def outputs
  @outputs
end

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

Returns the value of attribute tags.

Returns:

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


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

def tags
  @tags
end