Module: Aws::WorkMail::Client::_DescribeGroupResponseSuccess

Includes:
Seahorse::Client::_ResponseSuccess[Types::DescribeGroupResponse]
Defined in:
sig/client.rbs

Instance Method Summary collapse

Instance Method Details

#disabled_date::Time

Returns:

  • (::Time)


488
# File 'sig/client.rbs', line 488

def disabled_date: () -> ::Time

#email::String

Returns:

  • (::String)


485
# File 'sig/client.rbs', line 485

def email: () -> ::String

#enabled_date::Time

Returns:

  • (::Time)


487
# File 'sig/client.rbs', line 487

def enabled_date: () -> ::Time

#group_id::String

Returns:

  • (::String)


483
# File 'sig/client.rbs', line 483

def group_id: () -> ::String

#hidden_from_global_address_listBoolean

Returns:

  • (Boolean)


489
# File 'sig/client.rbs', line 489

def hidden_from_global_address_list: () -> bool

#name::String

Returns:

  • (::String)


484
# File 'sig/client.rbs', line 484

def name: () -> ::String

#state"ENABLED", ...

Returns:

  • ("ENABLED", "DISABLED", "DELETED")


486
# File 'sig/client.rbs', line 486

def state: () -> ("ENABLED" | "DISABLED" | "DELETED")