Class: Aws::Types::WorkspacesIpGroup

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#group_desc::String

Returns the value of attribute group_desc.

Returns:

  • (::String)


1807
1808
1809
# File 'sig/types.rbs', line 1807

def group_desc
  @group_desc
end

#group_id::String

Returns the value of attribute group_id.

Returns:

  • (::String)


1805
1806
1807
# File 'sig/types.rbs', line 1805

def group_id
  @group_id
end

#group_name::String

Returns the value of attribute group_name.

Returns:

  • (::String)


1806
1807
1808
# File 'sig/types.rbs', line 1806

def group_name
  @group_name
end

#user_rules::Array[Types::IpRuleItem]

Returns the value of attribute user_rules.

Returns:



1808
1809
1810
# File 'sig/types.rbs', line 1808

def user_rules
  @user_rules
end