Class: Aws::Types::ChannelGroupListConfiguration

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)


36
37
38
# File 'sig/types.rbs', line 36

def arn
  @arn
end

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


35
36
37
# File 'sig/types.rbs', line 35

def channel_group_name
  @channel_group_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


37
38
39
# File 'sig/types.rbs', line 37

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


39
40
41
# File 'sig/types.rbs', line 39

def description
  @description
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


38
39
40
# File 'sig/types.rbs', line 38

def modified_at
  @modified_at
end