Class: Aws::Types::CreateMonitorRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def client_token
  @client_token
end

#display_name::String

Returns the value of attribute display_name.

Returns:

  • (::String)


785
786
787
# File 'sig/types.rbs', line 785

def display_name
  @display_name
end

#identity_center_instance_arn::String

Returns the value of attribute identity_center_instance_arn.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def identity_center_instance_arn
  @identity_center_instance_arn
end

#identity_center_region::String

Returns the value of attribute identity_center_region.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def identity_center_region
  @identity_center_region
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


789
790
791
# File 'sig/types.rbs', line 789

def role_arn
  @role_arn
end

#subdomain::String

Returns the value of attribute subdomain.

Returns:

  • (::String)


788
789
790
# File 'sig/types.rbs', line 788

def subdomain
  @subdomain
end

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

Returns the value of attribute tags.

Returns:

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


790
791
792
# File 'sig/types.rbs', line 790

def tags
  @tags
end