Class: Aws::Types::UpdateChannelGroupResponse

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)


906
907
908
# File 'sig/types.rbs', line 906

def arn
  @arn
end

#channel_group_name::String

Returns the value of attribute channel_group_name.

Returns:

  • (::String)


905
906
907
# File 'sig/types.rbs', line 905

def channel_group_name
  @channel_group_name
end

#created_at::Time

Returns the value of attribute created_at.

Returns:

  • (::Time)


908
909
910
# File 'sig/types.rbs', line 908

def created_at
  @created_at
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


910
911
912
# File 'sig/types.rbs', line 910

def description
  @description
end

#egress_domain::String

Returns the value of attribute egress_domain.

Returns:

  • (::String)


907
908
909
# File 'sig/types.rbs', line 907

def egress_domain
  @egress_domain
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


911
912
913
# File 'sig/types.rbs', line 911

def etag
  @etag
end

#modified_at::Time

Returns the value of attribute modified_at.

Returns:

  • (::Time)


909
910
911
# File 'sig/types.rbs', line 909

def modified_at
  @modified_at
end

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

Returns the value of attribute tags.

Returns:

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


912
913
914
# File 'sig/types.rbs', line 912

def tags
  @tags
end